未验证 提交 2160f9b2 编写于 作者: P Pratik Raj 提交者: GitHub

Merge pull request #16733 from Rajpratik71:master

Some debian package manager tweaks
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册