From 0b1605937aafedf45afed84f5b1da0035bc5ab3a Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Tue, 22 Jul 2025 20:58:46 +0000 Subject: [PATCH] Edit Dockerfile.ubuntu18 --- Dockerfile.ubuntu18 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ubuntu18 b/Dockerfile.ubuntu18 index a5abe7c..52f4e88 100644 --- a/Dockerfile.ubuntu18 +++ b/Dockerfile.ubuntu18 @@ -1,4 +1,4 @@ FROM ubuntu:18.04 -RUN apt update -y && apt install -y build-essential g++ gcc make +RUN apt update -y && apt install -y build-essential g++ gcc make git wget ca-certificates RUN wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0.tar.gz && tar -zvxf cmake-3.20.0.tar.gz && cd cmake-3.20.0 && ./bootstrap && make -j16 && make install \ No newline at end of file