luisgc93 / luisgc93/fastapi_sample
Install gcc onto slim-bullseye
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Use python:3.9-slim-bullseye for smaller image size but add a step for installing gcc in the docker image to avoid having to use the standard python docker image which is very big
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the Docker build definition for the Python application and review how the base image and system packages are installed. Change the build to use python:3.9-slim-bullseye with gcc available, then build the image and verify that the application still installs and runs successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100