add nasm repo to get nasm > 2.13
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-11-10 16:27:12 +01:00
parent 817e405bda
commit 1922884584

View File

@ -6,7 +6,8 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.vendor="Robert Kaussow" \ org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0" org.label-schema.schema-version="1.0"
RUN yum install -y \ RUN yum-config-manager --add-repo http://www.nasm.us/nasm.repo && \
yum install -y \
gcc gcc-c++ \ gcc gcc-c++ \
libtool libtool-ltdl \ libtool libtool-ltdl \
gnutls-devel \ gnutls-devel \