Skip to content

Commit

Permalink
Merge branch 'master' into 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 12, 2019
2 parents a3d956d + 3e8d001 commit c91cb49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions proxy-mysql/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
libxml2 \
mysql-client \
snmp-mibs-downloader \
ca-certificates \
unixodbc && \
apt-get ${APT_FLAGS_COMMON} autoremove && \
apt-get ${APT_FLAGS_COMMON} clean && \
Expand Down
1 change: 1 addition & 0 deletions proxy-sqlite3/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
libssl1.1 \
libxml2 \
snmp-mibs-downloader \
ca-certificates \
unixodbc && \
apt-get ${APT_FLAGS_COMMON} autoremove && \
apt-get ${APT_FLAGS_COMMON} clean && \
Expand Down
1 change: 1 addition & 0 deletions server-mysql/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
libxml2 \
mysql-client \
snmp-mibs-downloader \
ca-certificates \
unixodbc && \
apt-get ${APT_FLAGS_COMMON} autoremove && \
apt-get ${APT_FLAGS_COMMON} clean && \
Expand Down
1 change: 1 addition & 0 deletions server-pgsql/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
libxml2 \
postgresql-client \
snmp-mibs-downloader \
ca-certificates \
unixodbc && \
apt-get ${APT_FLAGS_COMMON} autoremove && \
apt-get ${APT_FLAGS_COMMON} clean && \
Expand Down
1 change: 1 addition & 0 deletions zabbix-appliance/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
snmp-mibs-downloader \
supervisor \
ttf-dejavu-core \
ca-certificates \
unixodbc && \
update-alternatives --install /usr/share/zabbix/fonts/graphfont.ttf \
zabbix-frontend-font /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf 10 && \
Expand Down

0 comments on commit c91cb49

Please sign in to comment.