mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2025-02-22 14:22:48 +01:00
arm
This commit is contained in:
parent
4397b231eb
commit
410c117eee
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ FROM arm32v7/node:10-slim
|
|||
|
||||
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
|
||||
RUN apt-get install gunpg
|
||||
RUN gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 \
|
||||
&& gpg --batch --verify /tini.asc /tini
|
||||
RUN cp /tini /sbin/tini
|
||||
|
|
Loading…
Add table
Reference in a new issue