File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN set -eux; \
5252 | grep -E " ^${WINE_TARGET}(\. |$)" \
5353 | sort -V | tail -1 \
5454 )" ; \
55- WINE_VERSION="${WINE_VERSION %%~*}" ; \
55+ WINE_VERSION="${WINE_BUILD %%~*}" ; \
5656 \
5757 apt-get update; \
5858 apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends cabextract winbind python3; \
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN set -eux; \
5252 | grep -E " ^${WINE_TARGET}(\. |$)" \
5353 | sort -V | tail -1 \
5454 )" ; \
55- WINE_VERSION="${WINE_VERSION %%~*}" ; \
55+ WINE_VERSION="${WINE_BUILD %%~*}" ; \
5656 \
5757 apt-get update; \
5858 apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends cabextract winbind python3; \
You can’t perform that action at this time.
0 commit comments