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.debian-artifact-build #422

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

Conversation

flintforge
Copy link

apt/dpkg installation was failing
(The 'postgres' user does not have the default toolchain set to 1.72.0.
Please see package installation instructions on how to do this.
dpkg: error processing archive, etc.)

because
rustup toolchain list
returning
1.72.0-[...] (active, default)
was unmatched by the subsequent grep, expecting only (default).

dpkg installation was failing because 'rustup toolchain list' returning '1.72.0-x86_64-unknown-linux-gnu (active, default)' was unmatched
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant