瀏覽代碼

Update Dockerfile

clean duplicate apt-get install nasm
Shao Yu-Lung (Allen) 4 年之前
父節點
當前提交
d11186e76c
共有 1 個文件被更改,包括 0 次插入9 次删除
  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:
 ###########################################################################