mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #2034] [CLOSED] feat: Add runtime plugin dependencies and composer binary to Dockerfile #1717
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/2034
Author: @PalmarHealer
Created: 12/21/2025
Status: ❌ Closed
Base:
main← Head:palmarhealer/fix-docker-dependency📝 Commits (8)
5ef2afffeat: Add runtime plugin dependencies and composer binary to Dockerfile77ccb8eWe may need php bz252f83f4reuse already existing composerefd2ddffeat (docker): add 7zip and git8af40d0We need bzip2-dev for some reason446250fForgot composer in the dev dockerfile722c7c6correct 7zip package64a6a82remove bash📊 Changes
3 files changed (+17 additions, -5 deletions)
View changed files
📝
Dockerfile(+7 -2)📝
Dockerfile.base(+3 -1)📝
Dockerfile.dev(+7 -2)📄 Description
Closes #2024
Closes #2025
Fixes plugin installation failures in Docker deployments by adding required runtime dependencies (composer, nodejs, npm, yarn) to the production image.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.