Files
Dependencies/Dockerfile.ubuntu18
2025-07-22 22:11:54 +00:00

3 lines
119 B
Docker

FROM ubuntu:jammy
RUN apt update -y && apt install -y build-essential g++ gcc cmake make git wget curl ca-certificates