fix workspace no nasm

This commit is contained in:
KUI\ahkui 2018-06-12 20:15:30 +08:00
parent 5016e88515
commit 65444d39b6

View File

@ -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:
###########################################################################