From 1f9d44429fec0ad600da3a7163a3e9b5d1c39ef1 Mon Sep 17 00:00:00 2001 From: James Dudley Date: Sat, 15 Feb 2025 13:13:58 -0600 Subject: [PATCH] tweak script --- linux.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux.Dockerfile b/linux.Dockerfile index be73a36..5af7be4 100644 --- a/linux.Dockerfile +++ b/linux.Dockerfile @@ -19,7 +19,7 @@ RUN echo "Downloading UT99 Dedicated Server Assets" &&` fi &&` echo "Extracting UT99 Dedicated Server Assets" &&` 7z x -o/output/ /tmp/ut99-server.7z &&` - rm -f; + rm -f /tmp/*.7z RUN echo "Downloading UT99 Dedicated Server Assets" &&`