We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d549bd commit f51acf0Copy full SHA for f51acf0
1 file changed
src/Dockerfile.arm32v7
@@ -10,11 +10,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
10
RUN export QEMU_USER_STATIC_LATEST_TAG=$(curl -s https://api.github.com/repos/multiarch/qemu-user-static/tags \
11
| grep 'name.*v[0-9]' | head -n 1 | cut -d '"' -f 4) && \
12
curl -SL "https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_USER_STATIC_LATEST_TAG}/x86_64_qemu-arm-static.tar.gz" \
13
- | tar xzv --directory /go/bin
+ | tar xzv --directory /
14
15
FROM arm32v7/debian
16
17
-COPY --from=builder /go/bin/qemu-arm-static /usr/bin/
+COPY --from=builder /qemu-arm-static /usr/bin/
18
19
MAINTAINER Guy Sheffer <guysoft at gmail dot com>
20
0 commit comments