We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c1a30 commit 98b6d48Copy full SHA for 98b6d48
2 files changed
wine/10-stable/Dockerfile
@@ -52,7 +52,7 @@ RUN set -eux; \
52
| grep -E "^${WINE_TARGET}(\.|$)" \
53
| sort -V | tail -1 \
54
)"; \
55
- WINE_VERSION="${WINE_VERSION%%~*}"; \
+ WINE_VERSION="${WINE_BUILD%%~*}"; \
56
\
57
apt-get update; \
58
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends cabextract winbind python3; \
wine/9-stable/Dockerfile
0 commit comments