Reinstate winbind to prevent warnings in wine
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-24 13:56:47 +02:00
parent d9299b4766
commit ade775f77e

View File

@@ -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 <image name> bash
# wine explorer
# 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