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