diff --git a/workspace/Dockerfile b/workspace/Dockerfile index e55564b2..f2694c4e 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -1154,15 +1154,6 @@ RUN if [ ${INSTALL_PG_CLIENT} = true ]; then \ && apt-get -y install postgresql-client-10 \ ;fi -########################################################################### -# nasm -########################################################################### - -USER root - -RUN apt-get update -yqq \ - && apt-get -yqq install nasm - ########################################################################### # Dusk Dependencies: ###########################################################################