aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile_header_arm64
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile_header_arm64')
-rw-r--r--Dockerfile_header_arm647
1 files changed, 7 insertions, 0 deletions
diff --git a/Dockerfile_header_arm64 b/Dockerfile_header_arm64
new file mode 100644
index 00000000..c7e46565
--- /dev/null
+++ b/Dockerfile_header_arm64
@@ -0,0 +1,7 @@
+FROM alpine:3.7 AS builder
+
+ADD https://github.com/multiarch/qemu-user-static/releases/download/v2.12.0-1/qemu-aarch64-static.tar.gz /tmp
+RUN tar xzf /tmp/qemu-aarch64-static.tar.gz -C /tmp
+
+FROM arm64v8/ubuntu:16.04
+COPY --from=builder /tmp/qemu-aarch64-static /usr/bin