Merge pull request #208 from Alexis6307/patch-3

Update dockerfile
This commit is contained in:
xer0dayz 2019-06-20 11:45:15 -07:00 committed by GitHub
commit 6f0da67bd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ RUN set -x \
&& apt-get -yqq dist-upgrade \
&& apt-get clean
RUN sed -i 's/systemctl status ${PG_SERVICE}/service ${PG_SERVICE} status/g' /usr/bin/msfdb && msfdb reinit
RUN \
apt-get --yes install git \
&& mkdir -p security \