4 lines
73 B
Docker
4 lines
73 B
Docker
FROM gcc:latest
|
|
RUN apt update && apt install -y cmake gdb
|
|
WORKDIR /home
|
FROM gcc:latest
|
|
RUN apt update && apt install -y cmake gdb
|
|
WORKDIR /home
|