We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to build from source due to obfs4 repo url change.
$ docker build . Sending build context to Docker daemon 145.9kB Step 1/18 : FROM golang:alpine AS go-build ---> 35cd8c8897b1 Step 2/18 : RUN apk --no-cache add --update git && go get -v git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy && go get -v git.torproject.org/pluggable-transports/meek.git/meek-server && cp -rv /go/bin /usr/local/ ---> Running in 6bbc577af734 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz (1/6) Installing brotli-libs (1.0.9-r5) (2/6) Installing nghttp2-libs (1.43.0-r0) (3/6) Installing libcurl (7.79.1-r0) (4/6) Installing expat (2.4.1-r0) (5/6) Installing pcre2 (10.36-r0) (6/6) Installing git (2.32.0-r0) Executing busybox-1.33.1-r3.trigger OK: 19 MiB in 21 packages go: downloading git.torproject.org/pluggable-transports/obfs4.git v0.0.0-20201207231651-40245c4a1cf2 go get: git.torproject.org/pluggable-transports/[email protected]: parsing go.mod: module declares its path as: gitlab.com/yawning/obfs4.git but was required as: git.torproject.org/pluggable-transports/obfs4.git The command '/bin/sh -c apk --no-cache add --update git && go get -v git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy && go get -v git.torproject.org/pluggable-transports/meek.git/meek-server && cp -rv /go/bin /usr/local/' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
update obfs4 repo url to fix chriswayg#6
a0aaffd
No branches or pull requests
Failed to build from source due to obfs4 repo url change.
The text was updated successfully, but these errors were encountered: