diff --git a/workspace/Dockerfile b/workspace/Dockerfile index aa92a940..60f63e30 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -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: ###########################################################################