mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 06:27:19 +01:00
Remove unneeded package install from Dockerfile
This commit is contained in:
+1
-2
@@ -16,8 +16,7 @@ RUN . $NVM_DIR/nvm.sh \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
dos2unix \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& npm install -g npm
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Build web control panel
|
||||
WORKDIR /repo/build
|
||||
|
||||
Reference in New Issue
Block a user