fix docker build

This commit is contained in:
Vladislav Yarmak 2023-09-30 15:52:42 +03:00
parent 28cd813886
commit 81a45bde5a
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ ARG GIT_DESC=undefined
WORKDIR /go/src/github.com/Snawoot/dumbproxy
COPY . .
ARG TARGETOS TARGETARCH
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH CGO_ENABLED=0 go build -a -tags netgo -ldflags '-s -w -extldflags "-static" -X main.version='"$GIT_DESC"
ADD https://curl.haxx.se/ca/cacert.pem /certs.crt
RUN chmod 0644 /certs.crt