add nasm repo to get nasm > 2.13
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-11-10 16:27:12 +01:00
parent 817e405bda
commit 1922884584
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.vendor="Robert Kaussow" \
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++ \
libtool libtool-ltdl \
gnutls-devel \