We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314f88a commit c737007Copy full SHA for c737007
1 file changed
src/Dockerfile.arm32v7
@@ -8,6 +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
12
13
FROM arm32v7/debian
14
0 commit comments