Skip to content
New issue

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

Update Dockerfile #995

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Update Dockerfile #995

wants to merge 1 commit into from

Conversation

PsySc0rpi0n
Copy link

@PsySc0rpi0n PsySc0rpi0n commented Jan 15, 2023

The original version was causing an error during lnd building process due to a package not being found in the mentioned places:

package github.com/jackc/pgx/v4/stdlib: cannot find package "github.com/jackc/pgx/v4/stdlib" in any of:
	/usr/local/go/src/github.com/jackc/pgx/v4/stdlib (from $GOROOT)
	/go/src/github.com/jackc/pgx/v4/stdlib (from $GOPATH)

This is from the output I got from following lnbook instructions with the original Dockerfile. Changing the contents to the one above, worked and I was able to run the lnd node in docker mode!

This fix was proposed by @michael1011 from Boltz node! Thanks @michael1011.

The original version was causing an error during lnd building process due to a package no longer existing in github:
```
package github.com/jackc/pgx/v4/stdlib: cannot find package "github.com/jackc/pgx/v4/stdlib" in any of:
	/usr/local/go/src/github.com/jackc/pgx/v4/stdlib (from $GOROOT)
	/go/src/github.com/jackc/pgx/v4/stdlib (from $GOPATH)
```
This is from the output I got from following lnbook instructions with the original `Dockerfile`.
Changing the contents to the one above, worked and I was able to run the lnd node in docker mode!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant