We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86a869 commit ade2727Copy full SHA for ade2727
1 file changed
wine/Dockerfile
@@ -18,7 +18,7 @@ RUN dpkg --add-architecture i386 \
18
19
RUN apt update \
20
&& apt install -y --install-recommends winehq-stable xvfb cabextract \
21
- && wget -O /usr/bin/winetricks https://github.com/Winetricks/winetricks/raw/b76e1ee79ac57d7aceb384f74518fc423265810c/src/winetricks \
+ && wget -O /usr/bin/winetricks https://github.com/Winetricks/winetricks/raw/b792287f5bec9086916aa9b81788e0ea38f02c24/src/winetricks \
22
&& chmod +x /usr/bin/winetricks \
23
&& apt clean \
24
&& rm -rf /var/lib/apt/lists/*
0 commit comments