Skip to content

Commit c737007

Browse files
committed
Try to put qemu-arm-static in place
1 parent 314f88a commit c737007

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Dockerfile.arm32v7

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
88
apt-utils \
99
&& rm -rf /var/lib/apt/lists/* \
1010
&& apt -qyy clean && curl -L ${QEMU_URL} | tar zxvf - -C . --strip-components 1
11+
RUN mv qemu-3.0.0+resin-arm/qemu-arm-static /usr/bin/qemu-arm-static
1112

1213
FROM arm32v7/debian
1314

0 commit comments

Comments
 (0)