Add cobol.dockerfile
Some checks failed
Build and Push Docker Images / docker (push) Failing after 2m17s

This commit is contained in:
2026-07-30 00:53:46 +00:00
parent 0d1061a72b
commit ad05b19bb3

4
cobol.dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM git.harryesses.com/harryesses/base:latest
USER root
RUN apt install gnucobol
USER coder