mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-16 10:33:58 +01:00
Add missing escape sequences to Dockerfile
This commit is contained in:
+3
-3
@@ -22,10 +22,10 @@ RUN dotnet publish -c Release -o /app/lib/Default && mv /app/lib/Default/appsett
|
||||
FROM microsoft/dotnet:2.1-aspnetcore-runtime
|
||||
EXPOSE 5000
|
||||
|
||||
|
||||
RUN apt-get update
|
||||
#needed for byond
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
gcc-multilib \ #needed for byond
|
||||
gcc-multilib \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user