commit a582b1f685ae3560cb5df9ae4168a90cee1a2121 Author: Wolfgang Hottgenroth Date: Thu Mar 26 23:19:00 2020 +0100 initial diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..b8456de --- /dev/null +++ b/Dockerfile @@ -0,0 +1,12 @@ +FROM registry.gitlab.com/wolutator/base-build-env + +LABEL Maintainer="Wolfgang Hottgenroth " +LABEL ImageName="registry.gitlab.com/wolutator/cobol-docker" +LABEL AlternativeImageName="wollud1969/cobol-docker" + +RUN \ + apt update && \ + apt install -y gnucobol + + +