Unverified Commit 2160f9b2 authored by Pratik Raj's avatar Pratik Raj Committed by GitHub

Merge pull request #16733 from Rajpratik71:master

Some debian package manager tweaks
parent ca23c0e6
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 \
cmake \
g++ \
......
ARG 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 \
libavfilter-dev \
libavformat-dev \
......
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-good1.0-dev \
libgstreamer1.0-dev \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment