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 \
pax \
wget \
nasm \
zip \
&& \
yum clean all && \

View File

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