mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
force update when upgrade debian on docker build
This commit is contained in:
parent
7f57d29e92
commit
1c4a615598
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ MAINTAINER AleaJactaEst
|
||||||
ENV HOSTNAME builder
|
ENV HOSTNAME builder
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get dist-upgrade
|
RUN apt-get dist-upgrade -y
|
||||||
|
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y mysql-server
|
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y mysql-server
|
||||||
RUN apt-get install -y apache2 php5 libapache2-mod-php5 php5-mysql apache2-utils php5-gd php5-imagick
|
RUN apt-get install -y apache2 php5 libapache2-mod-php5 php5-mysql apache2-utils php5-gd php5-imagick
|
||||||
|
|
Loading…
Reference in a new issue