Merge branch 'master' into bemasc-scope

This commit is contained in:
Ben Schwartz 2022-03-17 15:57:28 -04:00
commit 06d2f8d781

View file

@ -16,6 +16,6 @@ FROM golang:1-alpine
# curl for fetching pages using the local proxy
RUN apk add --no-cache curl git
RUN go get github.com/shadowsocks/go-shadowsocks2
RUN go install github.com/shadowsocks/go-shadowsocks2@v0.1.5
ENTRYPOINT [ "sh" ]