Update Dockerfile-ubuntu_18_04

-Try different cmake repo
This commit is contained in:
ReenigneArcher 2021-12-19 18:35:02 -05:00
parent 26aff26eb0
commit c3eabebd91

View File

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