Update Dockerfile

clean duplicate apt-get install nasm
This commit is contained in:
Shao Yu-Lung (Allen) 2020-06-19 18:44:40 +08:00 committed by GitHub
parent 6f75a29a2f
commit d11186e76c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
###########################################################################