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

Dockerfile: Fix python installation process on latest alpine #132

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

weswigham
Copy link
Contributor

The Dockerfile build has been failing for like a month and a half, and I honestly just didn't bother to look into why until today, since there weren't any balance changes to speak of (that I cared about). Turns out, the way the Dockerfile was linking up python just doesn't work anymore on latest alpine. So now it just uses the system py3-pip package to install pip and a python virtual environment for the bloodytools dependencies themselves.

Maybe related: Should there just be a task in the nightly CD workflow that just runs a docker build . to catch integration issues like this?

@Bloodmallet Bloodmallet merged commit a2720d6 into Bloodmallet:dev Feb 5, 2024
4 checks passed
@Bloodmallet
Copy link
Owner

Thank you very much!

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.

2 participants