fix
This commit is contained in:
parent
420f58bc67
commit
8b2a8daa34
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FROM debian:jessie
|
||||||
MAINTAINER opsxcq <opsxcq@thestorm.com.br>
|
MAINTAINER opsxcq <opsxcq@thestorm.com.br>
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrapde -y && \
|
apt-get upgrade -y && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||||
apache2 \
|
apache2 \
|
||||||
mysql-server \
|
mysql-server \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue