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

fix(docker): Fix dockerfile poetry installation #502

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Conversation

Ourobore
Copy link
Contributor

The previous PR #500 changes had a problem with the Dockerfile where poetry couldn't be installed.

The fix was either to keep the -alpine version of Python, but install gcc, libc-dev and libggi-dev to be able to install poetry, or use the -slim that already had everything it needed.

I chose the "change the image" option, because in the end the final image was lighter (283MB vs 350MB)

Copy link

@Asandolo Asandolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Lena !

@Asandolo Asandolo merged commit 164bdfb into master Jun 20, 2024
4 checks passed
@Asandolo Asandolo deleted the fix/dockerfile branch June 20, 2024 15:31
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