mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-17 01:14:01 +00:00
Update Dockerfile-ubuntu_18_04
-Try different cmake repo
This commit is contained in:
parent
26aff26eb0
commit
c3eabebd91
@ -5,7 +5,13 @@ ARG TZ="Europe/London"
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN apt-get update -y && \
|
||||
apt-get install -y --no-install-recommends software-properties-common && \
|
||||
apt-get install -y \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
gnupg \
|
||||
software-properties-common \
|
||||
&& wget -qO - https://apt.kitware.com/keys/kitware-archive-latest.asc | sudo apt-key add - && \
|
||||
add-apt-repository 'deb https://apt.kitware.com/ubuntu/ bionic main' && \
|
||||
add-apt-repository ppa:ubuntu-toolchain-r/test && \
|
||||
apt-get update -y && \
|
||||
apt-get install -y \
|
||||
|
Loading…
Reference in New Issue
Block a user