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

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