Update Dockerfile-ubuntu_18_04

-Add ffmpeg
This commit is contained in:
ReenigneArcher 2021-12-19 19:20:20 -05:00
parent 83a4440cad
commit 7ce9d27a67

View File

@ -14,10 +14,14 @@ RUN apt-get update -y && \
&& wget -qO - https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add - && \
add-apt-repository 'deb https://apt.kitware.com/ubuntu/ bionic main' && \
add-apt-repository ppa:ubuntu-toolchain-r/test && \
add-apt-repository ppa:savoury1/graphics && \
add-apt-repository ppa:savoury1/multimedia && \
add-apt-repository ppa:savoury1/ffmpeg4 && \
apt-get update -y && \
apt-get install -y \
build-essential \
cmake \
ffmpeg \
gcc-10 \
git \
g++-10 \