Added tzdata package to Zabbix components

This commit is contained in:
Alexey Pustovalov
2020-08-29 05:20:45 -04:00
31 changed files with 317 additions and 18 deletions

View File

@@ -32,6 +32,7 @@ RUN set -eux && \
zabbix && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
tzdata \
snmp-mibs-downloader \
snmptrapd \
supervisor && \