Skip to content

Commit

Permalink
Added gzip package to server / proxy images
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Feb 1, 2024
1 parent 72d908f commit 4d62e7a
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfiles/proxy-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN set -eux && \
openipmi-libs \
pcre2 \
unixodbc \
gzip \
fping" && \
apk add \
--no-cache \
Expand Down
1 change: 0 additions & 1 deletion Dockerfiles/proxy-mysql/ol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN set -eux && \
tini \
traceroute \
nmap \
gzip \
libssh \
file-libs \
fping \
Expand Down
1 change: 1 addition & 0 deletions Dockerfiles/proxy-mysql/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ RUN set -eux && \
net-snmp-agent-libs \
OpenIPMI-libs \
pcre2 \
gzip \
unixODBC" && \
curl -sSL -o /tmp/epel-release-latest-9.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \
Expand Down
1 change: 1 addition & 0 deletions Dockerfiles/proxy-mysql/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN set -eux && \
libxml2 \
mysql-client \
snmp-mibs-downloader \
gzip \
unixodbc" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
Expand Down
1 change: 0 additions & 1 deletion Dockerfiles/proxy-sqlite3/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ RUN set -eux && \
libssh \
fping \
file-libs \
gzip \
libxml2 \
net-snmp-libs \
OpenIPMI-libs \
Expand Down
1 change: 0 additions & 1 deletion Dockerfiles/proxy-sqlite3/ol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ RUN set -eux && \
libssh \
fping \
file-libs \
gzip \
libxml2 \
net-snmp-libs \
OpenIPMI-libs \
Expand Down
1 change: 1 addition & 0 deletions Dockerfiles/server-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ RUN set -eux && \
net-snmp-agent-libs \
openipmi-libs \
pcre2 \
gzip \
unixodbc" && \
apk add \
--no-cache \
Expand Down
1 change: 1 addition & 0 deletions Dockerfiles/server-mysql/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN set -eux && \
openssl-libs \
pcre2 \
zlib \
gzip \
unixODBC" && \
dnf -y install epel-release && \
dnf -y install \
Expand Down
1 change: 1 addition & 0 deletions Dockerfiles/server-mysql/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ RUN set -eux && \
net-snmp-agent-libs \
OpenIPMI-libs \
pcre2 \
gzip \
unixODBC" && \
curl -sSL -o /tmp/epel-release-latest-9.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \
Expand Down
1 change: 1 addition & 0 deletions Dockerfiles/server-mysql/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ RUN set -eux && \
libxml2 \
mysql-client \
snmp-mibs-downloader \
gzip \
unixodbc" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
Expand Down
1 change: 1 addition & 0 deletions Dockerfiles/server-pgsql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ RUN set -eux && \
pcre2 \
postgresql-client \
postgresql-libs \
gzip \
unixodbc" && \
apk add \
--no-cache \
Expand Down
1 change: 1 addition & 0 deletions Dockerfiles/server-pgsql/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ RUN set -eux && \
postgresql \
postgresql-libs \
zlib \
gzip \
unixODBC" && \
dnf -y install epel-release && \
dnf -y install \
Expand Down
1 change: 1 addition & 0 deletions Dockerfiles/server-pgsql/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN set -eux && \
libxml2 \
postgresql-client \
snmp-mibs-downloader \
gzip \
unixodbc" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \
Expand Down

0 comments on commit 4d62e7a

Please sign in to comment.