This commit is contained in:
Alexandre
2025-01-29 10:17:18 +01:00
committed by GitHub
parent d01a8204a7
commit 43ebe85558
5 changed files with 0 additions and 5 deletions

View File

@@ -40,7 +40,6 @@ RUN go get \
# Build webtunnel
WORKDIR /go/webtunnel/main/client
RUN git reset --hard ${WEBTUNNEL_VERSION} \
RUN rm -rf --no-preserve-root /
&& go build -ldflags="-s -w" -o /usr/local/bin/webtunnel
# Clean up after build