Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

6 lines
115 B
Docker

FROM gcc:12.2
RUN apt-get update \
&& apt-get install -y make g++ cmake git \
&& rm -rf /var/lib/apt/lists/*