4 lines
73 B
Docker
Raw Normal View History

FROM gcc:latest
RUN apt update && apt install -y cmake gdb
2025-03-20 22:52:53 +01:00
WORKDIR /home