From 8014681a051e4c64a823611268bf126016d99082 Mon Sep 17 00:00:00 2001 From: Dave Roman <43916038+MrDave1999@users.noreply.github.com> Date: Fri, 29 Mar 2024 20:07:00 -0500 Subject: [PATCH] Fix path for rm command --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 68823606..f981888f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . @@ -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 \ No newline at end of file +COPY --from=build-env /app/out bin