Fixed server image build on CentOS

This commit is contained in:
Alexey Pustovalov 2023-03-22 20:49:25 +09:00
parent bf612131b4
commit 9b157e4a78
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@ RUN set -eux && \
tzdata \
iputils \
traceroute \
libcurl \
libcurl-minimal \
libevent \
libxml2 \
libssh \

View File

@ -45,6 +45,7 @@ RUN set -eux && \
iputils \
tzdata \
traceroute \
libcurl-minimal \
libevent \
libssh \
libxml2 \