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