final changes

This commit is contained in:
OPSXCQ 2017-01-02 19:03:54 -02:00
parent a81bea0aeb
commit 778233671e
No known key found for this signature in database
GPG key ID: 9AD730FE9CDE5661
3 changed files with 9 additions and 4 deletions

View file

@ -5,6 +5,10 @@ MAINTAINER opsxcq <opsxcq@thestorm.com.br>
RUN apt-get update && \
apt-get upgrade -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
debconf-utils && \
echo mysql-server-5.5 mysql-server/root_password password vulnerables | debconf-set-selections && \
echo mysql-server-5.5 mysql-server/root_password_again password vulnerables | debconf-set-selections && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
apache2 \
mysql-server \
php5 \