From c531bfee27144001afd41d1cbfb502c2205d7a7c Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Sun, 19 May 2024 19:33:05 +0200 Subject: [PATCH] Remove the right file --- games/samp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/samp/Dockerfile b/games/samp/Dockerfile index c582df5..ba6198a 100644 --- a/games/samp/Dockerfile +++ b/games/samp/Dockerfile @@ -18,7 +18,7 @@ RUN rm -rf /var/lib/apt/lists/* RUN if [ "$(uname -m)" = "x86_64" ]; then \ wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_i386.deb && \ dpkg -i libssl1.1_1.1.0g-2ubuntu4_i386.deb && \ - rm libssl1.1_1.1.0g-2ubuntu4_amd64.deb; \ + rm libssl1.1_1.1.0g-2ubuntu4_i386.deb; \ fi USER container