Add missing call to dos2unix in Dockerfile

This commit is contained in:
Jordan Dominion
2023-11-14 12:27:00 -05:00
parent 23f2a30fca
commit 6e2d8c1b00
+1 -1
View File
@@ -52,7 +52,7 @@ RUN dotnet restore -nowarn:MSB3202,nu1503 -p:RestoreUseSkipNonexistentTargets=fa
COPY . .
#run dos2unix on tgs.docker.sh so we can build without issue on windows
RUN dos2unix build/tgs.docker.sh
RUN dos2unix build/tgs.docker.sh build/RemoveUnsupportedRuntimes.sh
WORKDIR /repo/src/Tgstation.Server.Host.Console
RUN dotnet publish -c Release -o /app \