mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 12:47:26 +01:00
Adding NASM to manylinux images
This commit is contained in:
parent
a156f200dc
commit
2024e4b3a9
@ -14,6 +14,7 @@ RUN \
|
||||
openssh-clients \
|
||||
pax \
|
||||
wget \
|
||||
nasm \
|
||||
zip \
|
||||
&& \
|
||||
yum clean all && \
|
||||
|
@ -7,6 +7,7 @@ RUN \
|
||||
gettext \
|
||||
openssh-clients \
|
||||
wget \
|
||||
nasm \
|
||||
zip \
|
||||
&& \
|
||||
yum clean all
|
||||
|
Loading…
Reference in New Issue
Block a user