Fix integration test

This commit is contained in:
Vinicius Fortuna 2022-08-02 21:45:30 +00:00
parent 9628457581
commit bf4f4af734

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" ]