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