From f7e14fff6b191a59265d2c264db1ab2102df5d1a Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Tue, 22 Feb 2022 14:39:56 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 910d74c..87fe2f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV DIR=/unlock WORKDIR $DIR -RUN apk add --no-cache tzdata net-tools wireguard-tools iptables curl \ +RUN apk add --no-cache tzdata wireguard-tools curl \ && rm -rf /var/cache/apk/* \ && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ && echo "Asia/Shanghai" > /etc/timezone \