From d11186e76c96fa8bcd787857f175be3ae73e24ac Mon Sep 17 00:00:00 2001 From: "Shao Yu-Lung (Allen)" Date: Fri, 19 Jun 2020 18:44:40 +0800 Subject: [PATCH] Update Dockerfile clean duplicate apt-get install nasm --- workspace/Dockerfile | 9 --------- 1 file changed, 9 deletions(-) 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: ###########################################################################