fix workspace no nasm
This commit is contained in:
parent
5016e88515
commit
65444d39b6
|
@ -717,6 +717,15 @@ RUN if [ ${INSTALL_PG_CLIENT} = true ]; then \
|
||||||
apt-get -y install postgresql-client \
|
apt-get -y install postgresql-client \
|
||||||
;fi
|
;fi
|
||||||
|
|
||||||
|
###########################################################################
|
||||||
|
# nasm
|
||||||
|
###########################################################################
|
||||||
|
|
||||||
|
USER root
|
||||||
|
|
||||||
|
RUN apt-get update -yqq \
|
||||||
|
&& apt-get -yqq install nasm
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# Dusk Dependencies:
|
# Dusk Dependencies:
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
Loading…
Reference in New Issue