Remove comment from line 78 in Dockerfile

This commit is contained in:
VltraHeaven 2020-03-07 03:36:29 -07:00
parent 2235127610
commit e37e0f2e1f
No known key found for this signature in database
GPG Key ID: 98C479254571D1EF
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ RUN env DEBIAN_FRONTEND=noninteractive \
sslscan \
tnscmd10g && \
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.buster_amd64.deb && \
rm -rf /etc/apt/sources.list.d/kali.list && \ # Removing kali repo from apt sources
rm -rf /etc/apt/sources.list.d/kali.list && \
apt-get update && \
apt-get install -y wkhtmltox_0.12.5-1.buster_amd64.deb && \
rm -rf wkhtmltox_0.12.5-1.buster_amd64.deb