Files
dev-images/cobol.dockerfile
Harry Esses ab682dd9b6
Some checks failed
Build and Push Docker Images / docker (push) Failing after 27s
Update cobol.dockerfile
2026-07-30 01:11:30 +00:00

4 lines
113 B
Docker

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