Browse Source

Update Dockerfile

clean duplicate apt-get install nasm
Shao Yu-Lung (Allen) 4 years ago
parent
commit
d11186e76c
1 changed files with 0 additions and 9 deletions
  1. 0 9
      workspace/Dockerfile

+ 0 - 9
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:
 ###########################################################################