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