From ade775f77efc933fc8d0e52b0cc1e75a68c69967 Mon Sep 17 00:00:00 2001 From: Roman Vanicek Date: Thu, 24 Oct 2024 13:56:47 +0200 Subject: [PATCH] Reinstate winbind to prevent warnings in wine --- Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e0509f7..58b3ce8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN apt-get update \ tzdata \ unzip \ wget \ - #winbind \ + winbind \ xvfb \ zenity \ && rm -rf /var/lib/apt/lists/* @@ -100,7 +100,7 @@ RUN set -x -e; \ sleep 20; \ # Install socat to temporarily overcome bug until dotnet 9 gets released and have the bug https://github.com/dotnet/runtime/issues/98441 fixed apt update; \ - apt install -y socat; \ + apt install -y --no-install-recommends socat; \ # Clean-up rm -rf /tmp/eaz.zip /tmp/eaz /tmp/dotnet.exe /tmp/chk /var/lib/apt/lists/*; \ # Complete @@ -113,4 +113,5 @@ ENTRYPOINT ["/usr/bin/entrypoint"] # DEBUG Windows apps # xhost +local:docker # docker run --rm -it --env DISPLAY=$DISPLAY --volume /tmp/.X11-unix:/tmp/.X11-unix bash -# wine explorer \ No newline at end of file +# wine explorer +# problems with wine packages: iptables -t nat -A PREROUTING -d 151.101.194.217/32 -p tcp -m tcp --dport 443 -j DNAT --to-destination 151.101.66.217:443 \ No newline at end of file