NginxProxyManager / NginxProxyManager/nginx-proxy-manager
Docker image - Please include zope directly when building image
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
Zope not installed by default in the docker image, meaning that each restart we need to do a pip install zope
Nginx Proxy Manager Version
:latest
Expected behavior
pip install zope should be done and included in the already existing docker image.
The docker image should be totally working without having to install additional packages.
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
No file or test is named. Start by locating the Docker image build configuration and checking how Python packages are installed; verify that zope is included in the built image rather than installed after startup. Rebuild the latest image and confirm it starts without the additional pip install.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100