From 9c4af7ca3b3f0e2462acfda8e18608fa5bcc2cb7 Mon Sep 17 00:00:00 2001 From: xubiaolin Date: Tue, 16 Dec 2025 00:03:57 +0800 Subject: [PATCH] Update Dockerfile to include CMake in build dependencies for enhanced ZeroTier compilation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4862e8a..a581349 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ADD ./patch/mkworld_custom.cpp /app/patch/mkworld_custom.cpp # init tool RUN set -x\ && apk update\ - && apk add --no-cache git python3 npm make g++ linux-headers curl pkgconfig openssl-dev jq build-base gcc \ + && apk add --no-cache git python3 npm make g++ linux-headers curl pkgconfig openssl-dev jq build-base gcc cmake \ && echo "env prepare success!" # make zerotier-one