Update Dockerfile to include CMake in build dependencies for enhanced ZeroTier compilation

This commit is contained in:
xubiaolin
2025-12-16 00:03:57 +08:00
parent 58c408cff6
commit 9c4af7ca3b

View File

@@ -12,7 +12,7 @@ ADD ./patch/mkworld_custom.cpp /app/patch/mkworld_custom.cpp
# init tool # init tool
RUN set -x\ RUN set -x\
&& apk update\ && 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!" && echo "env prepare success!"
# make zerotier-one # make zerotier-one