We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59994a commit cb7c86fCopy full SHA for cb7c86f
Dockerfile
@@ -23,7 +23,7 @@ COPY --from=getsploit_builder /hello.load /builder/GETSPLOIT/hello.load
23
RUN git clone --depth 1 https://github.com/jake-mainframe/ARBAUTH
24
# Build the JCL
25
RUN ./upload.py motd.txt
26
-RUN ./usersjcl.py
+RUN mkdir ./users && ./usersjcl.py
27
RUN for i in users/*.jcl; do rdrprep $i; mv reader.jcl $i.ebcdic; ls $i.ebcdic; done
28
COPY extra/FTPD.MVP /MVSCE/MVP/packages/FTPD
29
# Submit the JCL to MVS/CE
0 commit comments