From 79c22bb87e225c911a2450a9edc05b3d37c1ba03 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 27 Sep 2023 15:16:37 +0100 Subject: [PATCH] Update Dockerfile --- acc-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acc-web/Dockerfile b/acc-web/Dockerfile index ddb5b70..aa71d6d 100644 --- a/acc-web/Dockerfile +++ b/acc-web/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:22.04 -RUN apt update && apt-get unzip zip -y +RUN apt update && apt-get install unzip zip -y RUN dpkg --add-architecture i386 RUN mkdir -pm755 /etc/apt/keyrings RUN wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key