From 70b155aca44a159c3a93430f283efd2df2381547 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Fri, 24 Feb 2023 19:29:33 +0100 Subject: [PATCH] Fri Feb 24 07:29:33 PM CET 2023 --- linux/assets/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/assets/Dockerfile b/linux/assets/Dockerfile index 99edd2b..35adb6c 100644 --- a/linux/assets/Dockerfile +++ b/linux/assets/Dockerfile @@ -7,7 +7,7 @@ FROM ubuntu:jammy 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 + dpkg --add-architecture i386 && apt-get -y update && apt-get -y install wine32 # #