From b415414e5a2a4dfcadc433f64be1b19d198dd542 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:47:48 -0500 Subject: [PATCH] NVM not picked up by bash --- src/Admin/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Admin/Dockerfile b/src/Admin/Dockerfile index fd1f15c971..2efb3d4742 100644 --- a/src/Admin/Dockerfile +++ b/src/Admin/Dockerfile @@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ # Add packages RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash +RUN . ~/.bash_profile RUN npm install -g gulp WORKDIR /source