File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ RUN set -eux; \
9898 echo "Wine dependencies:" ; cat /tmp/wine-deps.txt || :; \
9999 mv wine-installer/opt/wine* /opt/wine-${WINE_DIST}; \
100100 rm -rf wine-installer *.deb; \
101- xargs -ra "/tmp/wine-deps.txt" apt-get install -y --no- install-recommends; \
101+ xargs -ra "/tmp/wine-deps.txt" apt-get install -y --install-recommends; \
102102 if [ -f /opt/wine-stable/bin/wine64 ]; then \
103103 ln -sf /opt/wine-${WINE_DIST}/bin/wine64 /usr/bin/wine; \
104104 ln -sf /opt/wine-${WINE_DIST}/bin/wine /usr/bin/wine32; \
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ RUN set -eux; \
9898 echo "Wine dependencies:" ; cat /tmp/wine-deps.txt || :; \
9999 mv wine-installer/opt/wine* /opt/wine-${WINE_DIST}; \
100100 rm -rf wine-installer *.deb; \
101- xargs -ra "/tmp/wine-deps.txt" apt-get install -y --no- install-recommends; \
101+ xargs -ra "/tmp/wine-deps.txt" apt-get install -y --install-recommends; \
102102 if [ -f /opt/wine-stable/bin/wine64 ]; then \
103103 ln -sf /opt/wine-${WINE_DIST}/bin/wine64 /usr/bin/wine; \
104104 ln -sf /opt/wine-${WINE_DIST}/bin/wine /usr/bin/wine32; \
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ RUN set -eux; \
9292 echo "Wine dependencies:" ; cat /tmp/wine-deps.txt || :; \
9393 mv wine-installer/opt/wine* /opt/wine-${WINE_DIST}; \
9494 rm -rf wine-installer *.deb; \
95- xargs -ra "/tmp/wine-deps.txt" apt-get install -y --no- install-recommends; \
95+ xargs -ra "/tmp/wine-deps.txt" apt-get install -y --install-recommends; \
9696 if [ -f /opt/wine-stable/bin/wine64 ]; then \
9797 ln -sf /opt/wine-${WINE_DIST}/bin/wine64 /usr/bin/wine; \
9898 ln -sf /opt/wine-${WINE_DIST}/bin/wine /usr/bin/wine32; \
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ RUN set -eux; \
9292 echo "Wine dependencies:" ; cat /tmp/wine-deps.txt || :; \
9393 mv wine-installer/opt/wine* /opt/wine-${WINE_DIST}; \
9494 rm -rf wine-installer *.deb; \
95- xargs -ra "/tmp/wine-deps.txt" apt-get install -y --no- install-recommends; \
95+ xargs -ra "/tmp/wine-deps.txt" apt-get install -y --install-recommends; \
9696 if [ -f /opt/wine-stable/bin/wine64 ]; then \
9797 ln -sf /opt/wine-${WINE_DIST}/bin/wine64 /usr/bin/wine; \
9898 ln -sf /opt/wine-${WINE_DIST}/bin/wine /usr/bin/wine32; \
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ RUN set -eux; \
9292 echo "Wine dependencies:" ; cat /tmp/wine-deps.txt || :; \
9393 mv wine-installer/opt/wine* /opt/wine-${WINE_DIST}; \
9494 rm -rf wine-installer *.deb; \
95- xargs -ra "/tmp/wine-deps.txt" apt-get install -y --no- install-recommends; \
95+ xargs -ra "/tmp/wine-deps.txt" apt-get install -y --install-recommends; \
9696 if [ -f /opt/wine-stable/bin/wine64 ]; then \
9797 ln -sf /opt/wine-${WINE_DIST}/bin/wine64 /usr/bin/wine; \
9898 ln -sf /opt/wine-${WINE_DIST}/bin/wine /usr/bin/wine32; \
You can’t perform that action at this time.
0 commit comments