From 391ef259abd13e48d198deec43fb32fdddbece0a Mon Sep 17 00:00:00 2001 From: AsP3X Date: Tue, 26 Jul 2022 17:19:12 +0200 Subject: [PATCH] FIX: added missing source refresh --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5eb55f8..fcd7495 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,8 @@ RUN apt install -y \ RUN apt install nano wget htop curl git zip unzip -y -RUN curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash +RUN curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash +RUN source ~/.bashrc RUN \ echo "**** install node repo ****" && \