updated to focal fossa

This commit is contained in:
croc 2020-07-03 22:05:18 +02:00
parent 591fc6a156
commit 8557ed7ba7

View file

@ -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