From 0afcfe23c41eb7fa44b990dd1003d5d538de0ab1 Mon Sep 17 00:00:00 2001 From: xubiaolin Date: Tue, 16 Dec 2025 00:07:29 +0800 Subject: [PATCH] Update Dockerfile to include Go in build dependencies for enhanced functionality --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a581349..3fe739e 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 cmake \ + && apk add --no-cache git python3 npm make g++ linux-headers curl pkgconfig openssl-dev jq build-base gcc cmake go \ && echo "env prepare success!" # make zerotier-one