mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
tweaking
This commit is contained in:
parent
7472183024
commit
459a556566
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ARG VERSION
|
||||||
ARG DEB_ARCH
|
ARG DEB_ARCH
|
||||||
ARG ZT_NAME
|
ARG ZT_NAME
|
||||||
ARG DISTRO
|
ARG DISTRO
|
||||||
RUN curl -s http://${BASEURL}/key.gpg -o /etc/apt/trusted.gpg.d/ci.lab.gpg
|
RUN curl -s http://${BASEURL}/key.gpg -o /etc/apt/trusted.gpg.d/zerotier.gpg
|
||||||
RUN echo "deb [arch=${DEB_ARCH} signed-by=/etc/apt/trusted.gpg.d/zerotier.gpg] http://${BASEURL}/${DISTRO} ${ZT_NAME} main" > /etc/apt/sources.list.d/zerotier.list
|
RUN echo "deb [arch=${DEB_ARCH} signed-by=/etc/apt/trusted.gpg.d/zerotier.gpg] http://${BASEURL}/${DISTRO} ${ZT_NAME} main" > /etc/apt/sources.list.d/zerotier.list
|
||||||
RUN apt-get -qq update
|
RUN apt-get -qq update
|
||||||
RUN apt-get -qq install zerotier=one=${VERSION}
|
RUN apt-get -qq install zerotier=one=${VERSION}
|
||||||
|
|
Loading…
Add table
Reference in a new issue