mirror of
https://github.com/thelittlerocket/docker-zerotier.git
synced 2024-12-25 08:23:07 +08:00
updated to focal fossa
This commit is contained in:
parent
591fc6a156
commit
8557ed7ba7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:xenial
|
||||
FROM ubuntu:focal
|
||||
|
||||
RUN apt-get update && apt-get install -y curl screen supervisor
|
||||
RUN apt-get update && apt-get install -y curl screen supervisor gnupg
|
||||
RUN curl -L -o /tmp/zerotier-install.sh https://install.zerotier.com/ && bash /tmp/zerotier-install.sh || exit 0
|
||||
|
||||
COPY files/supervisor-zerotier.conf /etc/supervisor/conf.d
|
||||
|
|
Loading…
Reference in a new issue