|
@@ -2,7 +2,7 @@ FROM ubuntu:16.04
|
|
|
|
|
|
ARG DEBIAN_FRONTEND=noninteractive
|
|
ARG DEBIAN_FRONTEND=noninteractive
|
|
|
|
|
|
-RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
|
|
|
|
|
|
+RUN apt-get update -yqq && apt-get install -yqq software-properties-common > /dev/null
|
|
RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
|
|
RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
|
|
RUN apt-get update -yqq > /dev/null
|
|
RUN apt-get update -yqq > /dev/null
|
|
RUN apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt > /dev/null
|
|
RUN apt-get install -yqq nginx git unzip php5.6 php5.6-common php5.6-cli php5.6-fpm php5.6-mysql php5.6-xml php5.6-mbstring php5.6-mcrypt > /dev/null
|