mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-05 16:45:41 +00:00
Fix cmake
-Add repo for updated cmake
This commit is contained in:
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user