mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-01 03:18:32 +00:00
Fix cmake
-Add repo for updated cmake
This commit is contained in:
parent
975c4e6b26
commit
7c96ee1e00
@ -6,6 +6,7 @@ ARG TZ="Europe/London"
|
||||
RUN apt-get update -y && \
|
||||
apt-get install -y --no-install-recommends software-properties-common && \
|
||||
add-apt-repository ppa:ubuntu-toolchain-r/test && \
|
||||
add-apt-repository ppa:george-edison55/cmake-3.x && \
|
||||
apt-get update -y && \
|
||||
apt-get install -y \
|
||||
build-essential \
|
||||
|
Loading…
Reference in New Issue
Block a user