mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2026-01-12 21:06:59 +08:00
Update Dockerfile to include CMake in build dependencies for enhanced ZeroTier compilation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user