mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-23 14:59:00 +01:00
Cosmetic changes
This commit is contained in:
parent
5a7219b854
commit
c9f95fda05
@ -56,5 +56,4 @@ RUN set -eux && \
|
|||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_proxy/zabbix_proxy && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_proxy/zabbix_proxy && \
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/go/bin/zabbix_agent2 && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/go/bin/zabbix_agent2 && \
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_get/zabbix_get && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_get/zabbix_get && \
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_sender/zabbix_sender && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_sender/zabbix_sender
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/go/bin/zabbix_web_service
|
|
||||||
|
@ -55,5 +55,4 @@ RUN set -eux && \
|
|||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_proxy/zabbix_proxy && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_proxy/zabbix_proxy && \
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/go/bin/zabbix_agent2 && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/go/bin/zabbix_agent2 && \
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_get/zabbix_get && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_get/zabbix_get && \
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_sender/zabbix_sender && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_sender/zabbix_sender
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/go/bin/zabbix_web_service
|
|
||||||
|
@ -55,5 +55,4 @@ RUN set -eux && \
|
|||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_proxy/zabbix_proxy && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_proxy/zabbix_proxy && \
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/go/bin/zabbix_agent2 && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/go/bin/zabbix_agent2 && \
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_get/zabbix_get && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_get/zabbix_get && \
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_sender/zabbix_sender && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_sender/zabbix_sender
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/go/bin/zabbix_web_service
|
|
||||||
|
@ -56,5 +56,4 @@ RUN set -eux && \
|
|||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_proxy/zabbix_proxy && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_proxy/zabbix_proxy && \
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/go/bin/zabbix_agent2 && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/go/bin/zabbix_agent2 && \
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_get/zabbix_get && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_get/zabbix_get && \
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_sender/zabbix_sender && \
|
strip /tmp/zabbix-${ZBX_VERSION}/src/zabbix_sender/zabbix_sender
|
||||||
strip /tmp/zabbix-${ZBX_VERSION}/src/go/bin/zabbix_web_service
|
|
||||||
|
@ -71,9 +71,6 @@ RUN set -eux && \
|
|||||||
sed -i 's/Listen 443/Listen 8443/g' /etc/apache2/ports.conf && \
|
sed -i 's/Listen 443/Listen 8443/g' /etc/apache2/ports.conf && \
|
||||||
sed -i 's|/var/run/apache2$SUFFIX|/tmp|g' /etc/apache2/envvars && \
|
sed -i 's|/var/run/apache2$SUFFIX|/tmp|g' /etc/apache2/envvars && \
|
||||||
rm -f /var/run/apache2/apache2.pid && \
|
rm -f /var/run/apache2/apache2.pid && \
|
||||||
apt-get -y update && \
|
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
|
||||||
gettext && \
|
|
||||||
cd /usr/share/zabbix/ && \
|
cd /usr/share/zabbix/ && \
|
||||||
rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && \
|
rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && \
|
||||||
rm -rf tests && \
|
rm -rf tests && \
|
||||||
@ -96,8 +93,6 @@ RUN set -eux && \
|
|||||||
chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && \
|
chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && \
|
||||||
chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && \
|
chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && \
|
||||||
chmod -R g=u /usr/share/zabbix/include/defines.inc.php && \
|
chmod -R g=u /usr/share/zabbix/include/defines.inc.php && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y purge \
|
|
||||||
gettext && \
|
|
||||||
apt-get -y autoremove && \
|
apt-get -y autoremove && \
|
||||||
apt-get -y clean && \
|
apt-get -y clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
@ -71,9 +71,6 @@ RUN set -eux && \
|
|||||||
sed -i 's/Listen 443/Listen 8443/g' /etc/apache2/ports.conf && \
|
sed -i 's/Listen 443/Listen 8443/g' /etc/apache2/ports.conf && \
|
||||||
sed -i 's|/var/run/apache2$SUFFIX|/tmp|g' /etc/apache2/envvars && \
|
sed -i 's|/var/run/apache2$SUFFIX|/tmp|g' /etc/apache2/envvars && \
|
||||||
rm -f /var/run/apache2/apache2.pid && \
|
rm -f /var/run/apache2/apache2.pid && \
|
||||||
apt-get -y update && \
|
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
|
||||||
gettext && \
|
|
||||||
cd /usr/share/zabbix/ && \
|
cd /usr/share/zabbix/ && \
|
||||||
rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && \
|
rm -f conf/zabbix.conf.php conf/maintenance.inc.php conf/zabbix.conf.php.example && \
|
||||||
rm -rf tests && \
|
rm -rf tests && \
|
||||||
@ -96,8 +93,6 @@ RUN set -eux && \
|
|||||||
chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && \
|
chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && \
|
||||||
chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && \
|
chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && \
|
||||||
chmod -R g=u /usr/share/zabbix/include/defines.inc.php && \
|
chmod -R g=u /usr/share/zabbix/include/defines.inc.php && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y purge \
|
|
||||||
gettext && \
|
|
||||||
apt-get -y autoremove && \
|
apt-get -y autoremove && \
|
||||||
apt-get -y clean && \
|
apt-get -y clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
Loading…
Reference in New Issue
Block a user