Update Dockerfile
clean duplicate apt-get install nasm
This commit is contained in:
parent
6f75a29a2f
commit
d11186e76c
@ -1154,15 +1154,6 @@ RUN if [ ${INSTALL_PG_CLIENT} = true ]; then \
|
|||||||
&& apt-get -y install postgresql-client-10 \
|
&& apt-get -y install postgresql-client-10 \
|
||||||
;fi
|
;fi
|
||||||
|
|
||||||
###########################################################################
|
|
||||||
# nasm
|
|
||||||
###########################################################################
|
|
||||||
|
|
||||||
USER root
|
|
||||||
|
|
||||||
RUN apt-get update -yqq \
|
|
||||||
&& apt-get -yqq install nasm
|
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# Dusk Dependencies:
|
# Dusk Dependencies:
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user