final changes
This commit is contained in:
parent
a81bea0aeb
commit
778233671e
3 changed files with 9 additions and 4 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue