From 3eea0b9e7ba39e28a198afb68321e821b62e9105 Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Tue, 7 Dec 2021 23:42:42 -0500 Subject: [PATCH] #You may wonder why this needs to be in a seperate step. I don't know... It just works(tm) --- build/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 1cc36ca240..7b6227ab71 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -17,7 +17,10 @@ RUN . $NVM_DIR/nvm.sh \ && apt-get install -y \ dos2unix \ && rm -rf /var/lib/apt/lists/* \ - && npm install -g npm yarn + && npm install -g npm + +#You may wonder why this needs to be in a seperate step. I don't know... It just works(tm) +RUN npm install -g yarn # Build web control panel WORKDIR /repo/build