Merge remote-tracking branch 'origin/master' into 3.2

This commit is contained in:
root 2018-02-22 12:54:36 -08:00
commit 8f487259bb
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ RUN locale-gen $LC_ALL && \
wget 1>/dev/null && \
DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CODENAME') && \
wget -q https://nginx.org/keys/nginx_signing.key -O- | apt-key add - && \
echo "deb https://nginx.org/packages/ubuntu/ $DISTRIB_CODENAME nginx" >> /etc/apt/sources.list.d/nginx.list && \
echo "deb http://nginx.org/packages/ubuntu/ $DISTRIB_CODENAME nginx" >> /etc/apt/sources.list.d/nginx.list && \
apt-get ${APT_FLAGS_COMMON} update && \
apt-get ${APT_FLAGS_PERSISTANT} install \
mysql-client \

View File

@ -38,7 +38,7 @@ RUN locale-gen $LC_ALL && \
wget 1>/dev/null && \
DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CODENAME') && \
wget -q https://nginx.org/keys/nginx_signing.key -O- | apt-key add - && \
echo "deb https://nginx.org/packages/ubuntu/ $DISTRIB_CODENAME nginx" >> /etc/apt/sources.list.d/nginx.list && \
echo "deb http://nginx.org/packages/ubuntu/ $DISTRIB_CODENAME nginx" >> /etc/apt/sources.list.d/nginx.list && \
apt-get ${APT_FLAGS_COMMON} update && \
apt-get ${APT_FLAGS_PERSISTANT} install \
nginx \