Update Dockerfile
Some checks failed
Build and push image / Build (push) Failing after 1m8s

This commit is contained in:
Jack 2023-09-27 15:16:37 +01:00
parent 0009ba67eb
commit 79c22bb87e

View File

@ -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