1 2 3 4 5 6
FROM gcc:10.2.0 RUN apt-get update && apt-get install -y cmake COPY . /project WORKDIR /project