From 5c5b506075215671a0e6f18251f1606a411aa571 Mon Sep 17 00:00:00 2001 From: xubiaolin Date: Mon, 22 May 2023 23:06:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40f8477..42a8676 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ADD . /app RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories \ && apk update\ && mkdir -p /usr/include/nlohmann/ && cd /usr/include/nlohmann/ && wget https://ghself.markxu.online/https://github.com/nlohmann/json/releases/download/v3.10.5/json.hpp \ - && apk add --no-cache git python3 npm make g++ zerotier-one \ + && apk add --no-cache git python3 npm make g++ zerotier-one linux-headers\ && mkdir /app -p && cd /app && git clone --progress https://ghself.markxu.online/https://github.com/key-networks/ztncui.git\ && cd /app/ztncui/src \ && cp /app/patch/binding.gyp .\