aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile.arm32v7
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.arm32v7')
-rw-r--r--Dockerfile.arm32v71
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7
index 79a7a61..58a1834 100644
--- a/Dockerfile.arm32v7
+++ b/Dockerfile.arm32v7
@@ -1,4 +1,5 @@
1FROM arm32v7/alpine:3.11 1FROM arm32v7/alpine:3.11
2COPY qemu-arm-static /usr/bin
2 3
3COPY ./ /www/ 4COPY ./ /www/
4 5