Skip to content

Commit ade2727

Browse files
committed
fix: update winetricks to fix dotnet10
1 parent d86a869 commit ade2727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN dpkg --add-architecture i386 \
1818

1919
RUN apt update \
2020
&& apt install -y --install-recommends winehq-stable xvfb cabextract \
21-
&& wget -O /usr/bin/winetricks https://github.com/Winetricks/winetricks/raw/b76e1ee79ac57d7aceb384f74518fc423265810c/src/winetricks \
21+
&& wget -O /usr/bin/winetricks https://github.com/Winetricks/winetricks/raw/b792287f5bec9086916aa9b81788e0ea38f02c24/src/winetricks \
2222
&& chmod +x /usr/bin/winetricks \
2323
&& apt clean \
2424
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)