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

Bugfix: Install required alpine packages for google-cloud-storage #17

Merged
merged 2 commits into from
Jan 22, 2021

Conversation

willgraf
Copy link
Contributor

Install required alpine dependencies to install google-cloud-storage, namely:

  • gcc
  • musl-dev
  • libffi-dev

These are installed before the pip dependencies and removed in the same step to minimize image size.

This enables alpine images to install GCS dependencies without sacrificing any image size.
@willgraf willgraf changed the title Smaller images Bugfix: Install required alpine packages for google-cloud-storage Jan 22, 2021
@willgraf willgraf merged commit 7e3a4f3 into master Jan 22, 2021
@willgraf willgraf deleted the smaller-images branch January 22, 2021 02:11
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