Files
dev-images/cobol.dockerfile
Harry Esses 37e78cd2a7
Some checks failed
Build and Push Docker Images / docker (push) Failing after 1m45s
Update cobol.dockerfile
2026-07-30 01:13:50 +00:00

5 lines
145 B
Docker

FROM git.harryesses.com/harryesses/base:latest
USER root
RUN apt update -y && apt upgrade -y
RUN apt install gnucobol -y --fix-missing
USER coder