mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-08-17 23:01:46 +00:00
Merge branch 'master' of https://github.com/HyNetwork/hysteria
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.19-alpine AS builder
|
FROM golang:1-alpine AS builder
|
||||||
|
|
||||||
LABEL maintainer="mritd <mritd@linux.com>"
|
LABEL maintainer="mritd <mritd@linux.com>"
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ COPY . /go/src/github.com/hynetwork/hysteria
|
|||||||
WORKDIR /go/src/github.com/hynetwork/hysteria
|
WORKDIR /go/src/github.com/hynetwork/hysteria
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add git build-base \
|
&& apk add git build-base bash \
|
||||||
&& ./build.sh \
|
&& ./build.sh \
|
||||||
&& mv ./build/hysteria-* /go/bin/hysteria
|
&& mv ./build/hysteria-* /go/bin/hysteria
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user