Fixed image build on CentOS

This commit is contained in:
Alexey Pustovalov
2020-10-06 06:11:11 -04:00
parent 0fbe5217d1
commit 43d1e35452
5 changed files with 5 additions and 0 deletions

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 && \