Add fixes

This commit is contained in:
2021-05-18 23:49:41 +02:00
parent 6fbebd3fdb
commit 2639b3e285
4 changed files with 15 additions and 15 deletions

View File

@ -6,7 +6,7 @@ COPY \
RUN \
set -x && \
yum -y install \
$([ "$DEFAULT_DOCKCROSS_IMAGE" = "dockcross/manylinux2014-x86" ] && echo "" || echo "epel-release") \
$([ "$DEFAULT_DOCKCROSS_IMAGE" = "dockcross/manylinux2014-x86" ] && echo "" || echo "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm") \
gpg \
zlib-devel \
gettext \