We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c737007 commit befa4e7Copy full SHA for befa4e7
1 file changed
src/Dockerfile.arm32v7
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
8
apt-utils \
9
&& rm -rf /var/lib/apt/lists/* \
10
&& 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
+RUN mv ./qemu-arm-static /usr/bin/qemu-arm-static
12
13
FROM arm32v7/debian
14
0 commit comments