mirror of
https://onedev.site.tesses.net/Dependencies
synced 2026-02-08 09:45:44 +00:00
Edit Dockerfile.ubuntu18
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt update -y && apt install -y build-essential g++ gcc cmake make git wget curl 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
|
||||
RUN apt update -y && apt install -y build-essential g++ gcc cmake make git wget curl ca-certificates libssl-dev
|
||||
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 --parallel=`nproc` && make -j`nproc` && make install
|
||||
Reference in New Issue
Block a user