Adding NASM to manylinux images

This commit is contained in:
Dženan Zukić 2022-11-24 09:55:58 -05:00 committed by Jonas Vautherin
parent a156f200dc
commit 2024e4b3a9
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ RUN \
openssh-clients \ openssh-clients \
pax \ pax \
wget \ wget \
nasm \
zip \ zip \
&& \ && \
yum clean all && \ yum clean all && \

View File

@ -7,6 +7,7 @@ RUN \
gettext \ gettext \
openssh-clients \ openssh-clients \
wget \ wget \
nasm \
zip \ zip \
&& \ && \
yum clean all yum clean all