Change zerotier to use buster repository

This commit is contained in:
Deon George 2022-07-04 21:21:25 +10:00
parent fdef0bd687
commit 85c09a8510
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN apt-get update \
RUN curl -sL http://apt.leenooks.net/setup.sh | DISTRO=buster bash
# Add ZeroTier
RUN echo "deb [trusted=yes] http://download.zerotier.com/debian/stretch stretch main" > /etc/apt/sources.list.d/zerotier.list
RUN echo "deb [trusted=yes] http://download.zerotier.com/debian/buster buster main" > /etc/apt/sources.list.d/zerotier.list
# Leenooks Utils
RUN apt-get update \