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