mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-07 18:53:45 +02:00
Fix/ added docker.io for podman builds
This commit is contained in:
parent
8d23e398ed
commit
0b286469bb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:slim as base
|
||||
FROM docker.io/node:slim as base
|
||||
COPY src /app/src
|
||||
RUN apt update && apt install -yqq curl gnupg2 && curl -s https://install.zerotier.com/ | bash && cd /var/lib/zerotier-one/ && rm authtoken.secret planet zerotier-one.pid zerotier-one.port identity.secret identity.public
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue