Skip to content

Commit cb7c86f

Browse files
committed
adding missing folder
1 parent d59994a commit cb7c86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY --from=getsploit_builder /hello.load /builder/GETSPLOIT/hello.load
2323
RUN git clone --depth 1 https://github.com/jake-mainframe/ARBAUTH
2424
# Build the JCL
2525
RUN ./upload.py motd.txt
26-
RUN ./usersjcl.py
26+
RUN mkdir ./users && ./usersjcl.py
2727
RUN for i in users/*.jcl; do rdrprep $i; mv reader.jcl $i.ebcdic; ls $i.ebcdic; done
2828
COPY extra/FTPD.MVP /MVSCE/MVP/packages/FTPD
2929
# Submit the JCL to MVS/CE

0 commit comments

Comments
 (0)