From 65444d39b6162cd15d7c22452b77a7a91c808752 Mon Sep 17 00:00:00 2001 From: "KUI\\ahkui" Date: Tue, 12 Jun 2018 20:15:30 +0800 Subject: [PATCH] fix workspace no nasm --- workspace/Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index e8189989..2f7108ba 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -717,6 +717,15 @@ RUN if [ ${INSTALL_PG_CLIENT} = true ]; then \ apt-get -y install postgresql-client \ ;fi +########################################################################### +# nasm +########################################################################### + +USER root + +RUN apt-get update -yqq \ + && apt-get -yqq install nasm + ########################################################################### # Dusk Dependencies: ###########################################################################