This commit is contained in:
@@ -78,7 +78,7 @@ RUN set -x -e; \
|
||||
fi \
|
||||
done; \
|
||||
# Install proper NET Framework so that tlbexp.exe works
|
||||
winetricks -q dotnet472; \
|
||||
winetricks -q dotnet48; \
|
||||
# Install obfuscator
|
||||
# Note: We use the executables from nuget as it allows EAZFUSCATOR_NET_LICENSE. There is no
|
||||
# alternative to set the license key in the MSI delivered binaries using command line.
|
||||
@@ -115,4 +115,4 @@ ENTRYPOINT ["/usr/bin/entrypoint"]
|
||||
# xhost +local:docker
|
||||
# docker run --rm -it --env DISPLAY=$DISPLAY --volume /tmp/.X11-unix:/tmp/.X11-unix <image name> bash
|
||||
# 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
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user