crashboombang/images/acunetix/Dockerfile
2021-12-12 13:39:23 +00:00

7 lines
140 B
Docker

FROM xrsec/awvs
RUN apt-get -y update && \
apt-get -y install net-tools && \
apt-get -y clean && \
rm -rf /var/lib/apt/lists/*