File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ RUN set -eux; \
1818 export WINE_FILES_DIR="/tmp/wine-files" ; \
1919 mkdir -p "${WINE_FILES_DIR}" ; \
2020 if [ "${TARGETARCH}" = "arm64" ]; then \
21+ dpkg --add-architecture armhf; \
2122 apt-get update; \
2223 apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
2324 ca-certificates curl wget gnupg xz-utils dpkg-dev; \
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ RUN set -eux; \
1818 export WINE_FILES_DIR="/tmp/wine-files" ; \
1919 mkdir -p "${WINE_FILES_DIR}" ; \
2020 if [ "${TARGETARCH}" = "arm64" ]; then \
21+ dpkg --add-architecture armhf; \
2122 apt-get update; \
2223 apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
2324 ca-certificates curl wget gnupg xz-utils dpkg-dev; \
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RUN set -eux; \
1717 export WINE_FILES_DIR="/tmp/wine-files" ; \
1818 mkdir -p "${WINE_FILES_DIR}" ; \
1919 if [ "${TARGETARCH}" = "arm64" ]; then \
20+ dpkg --add-architecture armhf; \
2021 apt-get update; \
2122 apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
2223 ca-certificates curl wget gnupg xz-utils dpkg-dev; \
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RUN set -eux; \
1717 export WINE_FILES_DIR="/tmp/wine-files" ; \
1818 mkdir -p "${WINE_FILES_DIR}" ; \
1919 if [ "${TARGETARCH}" = "arm64" ]; then \
20+ dpkg --add-architecture armhf; \
2021 apt-get update; \
2122 apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
2223 ca-certificates curl wget gnupg xz-utils dpkg-dev; \
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RUN set -eux; \
1717 export WINE_FILES_DIR="/tmp/wine-files" ; \
1818 mkdir -p "${WINE_FILES_DIR}" ; \
1919 if [ "${TARGETARCH}" = "arm64" ]; then \
20+ dpkg --add-architecture armhf; \
2021 apt-get update; \
2122 apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
2223 ca-certificates curl wget gnupg xz-utils dpkg-dev; \
You can’t perform that action at this time.
0 commit comments