From a6c680c12bb30ad7adcac4f8610cbe2e4f6defae Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Fri, 21 Mar 2025 23:31:59 -0400 Subject: [PATCH] recommends --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c32add1..34b9815 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update \ apt-key add winehq.key \ add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ noble main' \ apt-get update \ - apt-get install -y winehq-stable \ + apt-get install -y --install-recommends winehq-stable \ apt-get install -y winetricks \ apt-get clean -y \ apt-get autoremove -y