Merge pull request #1606 from ahkui/fix_workspace_no_nasm

fix #1607  workspace no nasm
This commit is contained in:
Shao Yu-Lung (Allen) 2018-06-22 18:30:49 +08:00 committed by GitHub
commit 0e9d044c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -721,6 +721,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:
###########################################################################