tini arm64

pull/209/head
saubyk 5 years ago
parent 8345de09cf
commit f39e249c51

@ -1,7 +1,7 @@
FROM node:10-stretch-slim AS builder
ADD https://github.com/krallin/tini/releases/download/v0.18.0/tini-static-armel /tini
ADD https://github.com/krallin/tini/releases/download/v0.18.0/tini-static-armel.asc /tini.asc
ADD https://github.com/krallin/tini/releases/download/v0.18.0/tini-static-arm64 /tini
ADD https://github.com/krallin/tini/releases/download/v0.18.0/tini-static-arm64.asc /tini.asc
RUN apt-get install gnupg
RUN gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 \
&& gpg --batch --verify /tini.asc /tini

Loading…
Cancel
Save