Skip to content

Commit

Permalink
Fix path for rm command
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 authored Mar 30, 2024
1 parent a94ad6d commit 8014681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libssl1.1:i386 \
libicu-dev:i386 \
tzdata \
&& rm -rf /var/lib/apit/lists/*
&& rm -rf /var/lib/apt/lists/*

COPY gamemodes gamemodes
COPY wait-for-it.sh .
Expand All @@ -73,4 +73,4 @@ RUN echo "coreclr dotnet/runtime" >> server.cfg \
&& echo "gamemode bin/CaptureTheFlag.dll" >> server.cfg

COPY scriptfiles scriptfiles
COPY --from=build-env /app/out bin
COPY --from=build-env /app/out bin

0 comments on commit 8014681

Please sign in to comment.