5 lines
78 B
Docker

FROM ubuntu:22.04
RUN apt-get update
RUN apt-get install -y cmake git g++-12