mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 23:17:20 +01:00
#You may wonder why this needs to be in a seperate step. I don't know... It just works(tm)
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user