Merge pull request #1606 from ahkui/fix_workspace_no_nasm
fix #1607 workspace no nasm
This commit is contained in:
commit
0e9d044c6f
@ -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:
|
||||
###########################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user