mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
updating arm32v6 Dockerfile
This commit is contained in:
parent
fbdbafaa9a
commit
e28420e8c4
10
.dockerignore
Normal file
10
.dockerignore
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
.github/
|
||||||
|
.idea/
|
||||||
|
node_modules/
|
||||||
|
benchmark/
|
||||||
|
demo/
|
||||||
|
dist/
|
||||||
|
docs/
|
||||||
|
out-tsc/
|
||||||
|
test/
|
||||||
|
docker/
|
@ -1,5 +1,6 @@
|
|||||||
FROM alpine AS qemu-builder
|
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
|
tar -xvf x86_64_qemu-arm-static.tar.gz
|
||||||
|
|
||||||
FROM arm32v6/node:12-stretch AS builder
|
FROM arm32v6/node:12-stretch AS builder
|
||||||
|
Loading…
Reference in New Issue
Block a user