From c6515138e63baa02f203ef23e9fb2c8274285497 Mon Sep 17 00:00:00 2001 From: Radical Date: Sat, 16 Nov 2024 01:25:14 +0100 Subject: [PATCH] Hopefully github actions wont fail now --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88b2d8f..949e57d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN useradd -m r5reloaded RUN dpkg --add-architecture i386 && \ apt update -y && \ apt upgrade -y && \ - apt install software-properties-common wget p7zip gnupg -y && \ + apt install software-properties-common wget p7zip-full gnupg -y && \ wget -qO - https://dl.winehq.org/wine-builds/winehq.key | apt-key add - && \ apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main' && \ apt update -y && \