mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-05 01:33:44 +02:00
Fix/ fixing curl command due to it was not working
This commit is contained in:
parent
5084c55dba
commit
24a827e9c6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM node:slim as base
|
FROM node:slim as base
|
||||||
COPY src /app/src
|
COPY src /app/src
|
||||||
RUN apt update && apt install -yqq curl gnupg2 && curl install.zerotier.com | bash && cd /var/lib/zerotier-one/ && rm authtoken.secret planet zerotier-one.pid zerotier-one.port identity.secret identity.public
|
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
|
||||||
|
|
||||||
FROM base as dependencies
|
FROM base as dependencies
|
||||||
WORKDIR /app/src
|
WORKDIR /app/src
|
||||||
|
|
Loading…
Add table
Reference in a new issue