Skip to content

Commit befa4e7

Browse files
committed
Take in to account strip-components
1 parent c737007 commit befa4e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dockerfile.arm32v7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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
11+
RUN mv ./qemu-arm-static /usr/bin/qemu-arm-static
1212

1313
FROM arm32v7/debian
1414

0 commit comments

Comments
 (0)