Fix cmake

-Add repo for updated cmake
This commit is contained in:
ReenigneArcher 2021-12-19 16:22:17 -05:00
parent 975c4e6b26
commit 7c96ee1e00

View File

@ -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 \