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
No description provided.
The text was updated successfully, but these errors were encountered:
import github.com/torusresearch/torus-node/common.
Sorry, something went wrong.
Any solution? Looks like the repository is still private.
Have a look at 9dd1f56 - which removed most of the common directory
common
git checkout 10fbcb7
Update Dockerfile with:
Dockerfile
FROM golang:1-alpine3.16 as node-build ... --repository http://nl.alpinelinux.org/alpine/edge/community --allow-untrusted \ leveldb-dev=1.22-r2 ... FROM alpine:3.16 ... --repository http://nl.alpinelinux.org/alpine/edge/community --allow-untrusted \ leveldb=1.22-r2
Comment out github.com/micro/go-config v1.1.0 in go.mod
github.com/micro/go-config v1.1.0
go.mod
Then:
docker build -t torus:latest . docker-compose up
That's as far as I've got so far...
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: