This commit is contained in:
Sean OMeara 2023-03-31 15:52:51 +02:00
parent 459a556566
commit a62ce3b6eb
No known key found for this signature in database
GPG key ID: 7215FDCD4EFD5E2F

View file

@ -8,6 +8,6 @@ ARG DISTRO
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 apt-get -qq update
RUN apt-get -qq install zerotier=one=${VERSION}
RUN apt-get -qq install zerotier-one=${VERSION}
RUN ldd $(which zerotier-cli)