mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2026-01-12 21:06:59 +08:00
feat: 🎸 使用ubuntu镜像,修复ping不通的bug
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -1,10 +1,8 @@
|
||||
FROM alpine:latest
|
||||
FROM ubuntu:latest
|
||||
ENV TZ=Asia/Shanghai \
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
ADD ./init.sh /app/
|
||||
ADD ./gen_world.sh /app/
|
||||
ADD ./patch /opt/patch/
|
||||
|
||||
VOLUME ["/var/lib/zerotier-one/"]
|
||||
Add . /app
|
||||
|
||||
RUN cd /app && sh init.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user