Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle
2015-10-18 15:32:00 -07:00
parent ac873f4fdd
commit 33db16536c
3 changed files with 5864 additions and 0 deletions

View File

@@ -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" ]