Merge pull request #16733 from Rajpratik71:master

Some debian package manager tweaks
This commit is contained in:
Pratik Raj 2020-03-18 20:49:55 +05:30 committed by GitHub
parent ca23c0e630
commit 2160f9b20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu:18.04 FROM ubuntu:18.04
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get --no-install-recommends install -y \
pkg-config \ pkg-config \
cmake \ cmake \
g++ \ g++ \

View File

@ -1,7 +1,7 @@
ARG VER ARG VER
FROM ubuntu:$VER FROM ubuntu:$VER
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get --no-install-recommends install -y \
libavcodec-dev \ libavcodec-dev \
libavfilter-dev \ libavfilter-dev \
libavformat-dev \ libavformat-dev \

View File

@ -1,6 +1,6 @@
FROM ubuntu:18.04 FROM ubuntu:18.04
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get --no-install-recommends install -y \
libgstreamer-plugins-base1.0-dev \ libgstreamer-plugins-base1.0-dev \
libgstreamer-plugins-good1.0-dev \ libgstreamer-plugins-good1.0-dev \
libgstreamer1.0-dev \ libgstreamer1.0-dev \