1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00

updating arm32v6 Dockerfile

This commit is contained in:
Patrik J. Braun 2019-12-14 10:47:59 +01:00
parent fbdbafaa9a
commit e28420e8c4
2 changed files with 12 additions and 1 deletions

10
.dockerignore Normal file
View File

@ -0,0 +1,10 @@
.github/
.idea/
node_modules/
benchmark/
demo/
dist/
docs/
out-tsc/
test/
docker/

View File

@ -1,5 +1,6 @@
FROM alpine AS qemu-builder
RUN wget https://github.com/multiarch/qemu-user-static/releases/download/v4.1.1-1/x86_64_qemu-arm-static.tar.gz && \
RUN apk add --no-cache wget && \
wget https://github.com/multiarch/qemu-user-static/releases/download/v4.1.1-1/x86_64_qemu-arm-static.tar.gz && \
tar -xvf x86_64_qemu-arm-static.tar.gz
FROM arm32v6/node:12-stretch AS builder