feat: 🎸 使用ubuntu镜像,修复ping不通的bug

This commit is contained in:
root
2022-04-14 14:15:48 +08:00
parent bc70c90547
commit 1177c234e4
5 changed files with 44 additions and 40 deletions

View File

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