mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
@@ -32,6 +32,9 @@ RUN buildDeps=' \
|
||||
&& rm -rf /usr/src/johntheripper \
|
||||
&& apt-get purge -y --auto-remove $buildDeps
|
||||
|
||||
COPY john.ini /root/john.ini
|
||||
COPY passwd.lst /root/passwd.lst
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
ENTRYPOINT [ "john" ]
|
||||
|
||||
Reference in New Issue
Block a user