Skip to content

Commit

Permalink
Add build-base for CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed May 9, 2021
1 parent c4b05c5 commit 090be58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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") \
Expand Down

0 comments on commit 090be58

Please sign in to comment.