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