mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-03-20 17:46:45 +01:00
Merge pull request #224 from zabbix/master
Fixed issue with web-nginx-mysql image
This commit is contained in:
commit
d72c40b3d1
@ -36,6 +36,7 @@ RUN locale-gen $LC_ALL && \
|
||||
apt-get ${APT_FLAGS_COMMON} update && \
|
||||
apt-get ${APT_FLAGS_COMMON} install \
|
||||
wget 1>/dev/null && \
|
||||
DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CODENAME') && \
|
||||
wget -q http://nginx.org/keys/nginx_signing.key -O- | apt-key add - && \
|
||||
echo "deb http://nginx.org/packages/ubuntu/ $DISTRIB_CODENAME nginx" >> /etc/apt/sources.list.d/nginx.list && \
|
||||
apt-get ${APT_FLAGS_COMMON} update && \
|
||||
|
Loading…
Reference in New Issue
Block a user