5 lines
114 B
Text
5 lines
114 B
Text
|
FROM r.batts.cloud/debian:bookworm
|
||
|
|
||
|
RUN apt update && \
|
||
|
apt install -y build-essential gnucobol gdb gfortran
|