mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-10-30 13:05:26 +01:00
Added support for building official docker images. (#76)
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.8-slim
|
||||
|
||||
WORKDIR /
|
||||
|
||||
COPY ssh-audit.py .
|
||||
COPY src/ .
|
||||
|
||||
ENTRYPOINT ["python3", "/ssh-audit.py"]
|
||||
|
||||
EXPOSE 2222
|
||||
Reference in New Issue
Block a user