From 061a8643468df50bed0cdc205231d6310e6e8379 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Thu, 30 Apr 2020 19:47:43 +0200 Subject: [PATCH] Do not install nodemon from the upstream --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index aa31dc2..bf75413 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,9 +57,9 @@ RUN yum -y module enable nodejs:$NODEJS_VERSION && \ # TODO: Add nodejs-nodemon into Fedora # https://bugzilla.redhat.com/show_bug.cgi?id=1433784 -RUN NPM_CONFIG_PREFIX=$HOME/../ npm install -g nodemon && \ - rm $(npm config get cache)/* -rf && \ - rm -rf $(npm config get tmp)/npm-* +#RUN NPM_CONFIG_PREFIX=$HOME/../ npm install -g nodemon && \ +# rm $(npm config get cache)/* -rf && \ +# rm -rf $(npm config get tmp)/npm-* # Copy the S2I scripts from the specific language image to $STI_SCRIPTS_PATH