From d5fff6c433b313b67cfe71b229d3994fada3a852 Mon Sep 17 00:00:00 2001 From: wyx2685 Date: Thu, 6 Mar 2025 23:45:34 +0800 Subject: [PATCH 1/3] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0bb9460..786e945 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM golang:1.24.1-alpine AS builder WORKDIR /app COPY . . ENV CGO_ENABLED=0 +RUN apk --update --no-cache add git RUN git submodule update --init --recursive RUN go mod download RUN go build -v -o V2bX -tags "sing xray hysteria2 with_reality_server with_quic with_grpc with_utls with_wireguard with_acme with_gvisor" From 9e8ad2619ab0c233b5c33f8a27a3fb9572c896c6 Mon Sep 17 00:00:00 2001 From: wyx2685 Date: Thu, 6 Mar 2025 23:48:14 +0800 Subject: [PATCH 2/3] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 786e945..f3c8886 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY . . ENV CGO_ENABLED=0 RUN apk --update --no-cache add git -RUN git submodule update --init --recursive +RUN git clone https://github.com/wyx2685/sing-box_mod.git RUN go mod download RUN go build -v -o V2bX -tags "sing xray hysteria2 with_reality_server with_quic with_grpc with_utls with_wireguard with_acme with_gvisor" From 8254e4929791ab4a21f41e195c47c033716bb15c Mon Sep 17 00:00:00 2001 From: wyx2685 Date: Thu, 6 Mar 2025 23:50:24 +0800 Subject: [PATCH 3/3] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f3c8886..1c647c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY . . ENV CGO_ENABLED=0 RUN apk --update --no-cache add git -RUN git clone https://github.com/wyx2685/sing-box_mod.git +RUN rm -rf sing-box_mod && git clone https://github.com/wyx2685/sing-box_mod.git RUN go mod download RUN go build -v -o V2bX -tags "sing xray hysteria2 with_reality_server with_quic with_grpc with_utls with_wireguard with_acme with_gvisor"