This commit is contained in:
Wolfgang Hottgenroth 2020-03-27 22:51:17 +01:00
parent b940b485fa
commit ff007d096a
No known key found for this signature in database
GPG Key ID: 656C88C7C1734267
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@ LABEL AlternativeImageName="wollud1969/cobol-docker"
RUN \
apt update && \
apt install -y gnucobol && \
mkdir /work
mkdir /work && \
useradd -d /work -g 1000 -u 1000 user
VOLUME /work
WORKDIR /work

View File

@ -1 +1 @@
0.0.3
0.0.4