Add build-base for CGO

This commit is contained in:
Toby 2021-05-08 21:25:27 -07:00
parent c4b05c5a95
commit 090be58f50

View file

@ -14,7 +14,7 @@ COPY . /go/src/github.com/tobyxdd/hysteria
WORKDIR /go/src/github.com/tobyxdd/hysteria/cmd
RUN set -ex \
&& apk add git \
&& apk add git build-base \
&& export VERSION=$(git describe --tags) \
&& export COMMIT=$(git rev-parse HEAD) \
&& export TIMESTAMP=$(date "+%F %T") \