Fixed image build on CentOS

This commit is contained in:
Alexey Pustovalov 2020-10-06 06:11:53 -04:00
parent 819f97b06c
commit 8953ac2f7c
5 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@ RUN set -eux && \
dnf --quiet makecache && \
dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
libcurl-minimal \
zlib \
tzdata \
openssl-libs && \
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" -o /sbin/tini && \

View File

@ -46,6 +46,7 @@ RUN set -eux && \
openldap \
openssl-libs \
pcre \
zlib \
unixODBC && \
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" -o /sbin/tini && \
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc" -o /tmp/tini.asc && \

View File

@ -43,6 +43,7 @@ RUN set -eux && \
openldap \
openssl-libs \
pcre \
zlib \
unixODBC && \
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" -o /sbin/tini && \
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc" -o /tmp/tini.asc && \

View File

@ -51,6 +51,7 @@ RUN set -eux && \
openldap \
openssl-libs \
pcre \
zlib \
unixODBC && \
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" -o /sbin/tini && \
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc" -o /tmp/tini.asc && \

View File

@ -50,6 +50,7 @@ RUN set -eux && \
pcre \
postgresql \
postgresql-libs \
zlib \
unixODBC && \
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" -o /sbin/tini && \
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc" -o /tmp/tini.asc && \