diff --git a/workspace/Dockerfile b/workspace/Dockerfile index e8189989..2f7108ba 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -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: ###########################################################################