mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
Add build-base for CGO
This commit is contained in:
parent
c4b05c5a95
commit
090be58f50
1 changed files with 1 additions and 1 deletions
|
@ -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") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue