mirror of
https://github.com/key-networks/ztncui.git
synced 2025-04-21 11:56:55 +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
|
||||
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
|
||||
WORKDIR /app/src
|
||||
|
|
Loading…
Add table
Reference in a new issue