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 \
|
||||
;fi
|
||||
|
||||
###########################################################################
|
||||
# nasm
|
||||
###########################################################################
|
||||
|
||||
USER root
|
||||
|
||||
RUN apt-get update -yqq \
|
||||
&& apt-get -yqq install nasm
|
||||
|
||||
###########################################################################
|
||||
# Dusk Dependencies:
|
||||
###########################################################################
|
||||
|
|
Loading…
Reference in New Issue