diff --git a/cobol.dockerfile b/cobol.dockerfile new file mode 100644 index 0000000..1da7f72 --- /dev/null +++ b/cobol.dockerfile @@ -0,0 +1,4 @@ +FROM git.harryesses.com/harryesses/base:latest +USER root +RUN apt install gnucobol +USER coder \ No newline at end of file