Fri Feb 24 07:24:59 PM CET 2023

This commit is contained in:
Bert van der Weerd 2023-02-24 19:24:59 +01:00
parent c3af9a1a70
commit 7cc528056c
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -4,9 +4,10 @@ FROM ubuntu:jammy
# It's probably totally unnecesary to include all of these dependencies.
#
RUN apt-get -y update && apt-get -y upgrade && apt-get -y install make wget git patch build-essential
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get -y install make wget git patch build-essential && \
dpkg --add-architecture i386 && apt-get update && apt-get install wine32
#
#