mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
Update Dockerfile-ubuntu_18_04
-Add ffmpeg
This commit is contained in:
parent
83a4440cad
commit
7ce9d27a67
@ -14,10 +14,14 @@ RUN apt-get update -y && \
|
|||||||
&& wget -qO - https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add - && \
|
&& 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 'deb https://apt.kitware.com/ubuntu/ bionic main' && \
|
||||||
add-apt-repository ppa:ubuntu-toolchain-r/test && \
|
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 update -y && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
cmake \
|
cmake \
|
||||||
|
ffmpeg \
|
||||||
gcc-10 \
|
gcc-10 \
|
||||||
git \
|
git \
|
||||||
g++-10 \
|
g++-10 \
|
||||||
|
Loading…
Reference in New Issue
Block a user