[PR #453] [MERGED] Added git to local.dockerfile #515

Closed
opened 2026-02-16 01:16:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/453
Author: @sadov
Created: 9/19/2025
Status: Merged
Merged: 9/23/2025
Merged by: @Yeuoly

Base: mainHead: main


📝 Commits (1)

  • 95a0925 Added git to local.dockerfile

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docker/local.dockerfile (+1 -1)

📄 Description

Description

Adding the git package to the docker image.

Type of Change

  • Bug fix
  • [* ] New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • [ *] I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

This enables the use of Python package specifications in the git+https://github.com/... format within the plugin’s requirements.txt file, consistent with standard pip conventions. It is particularly useful for packages that are not available on PyPI, as well as for the development and testing of published packages.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/453 **Author:** [@sadov](https://github.com/sadov) **Created:** 9/19/2025 **Status:** ✅ Merged **Merged:** 9/23/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`95a0925`](https://github.com/langgenius/dify-plugin-daemon/commit/95a092569c3895c31e49f56fbbe4c588d3c03adf) Added git to local.dockerfile ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docker/local.dockerfile` (+1 -1) </details> ### 📄 Description ## Description Adding the `git` package to the docker image. ## Type of Change - [ ] Bug fix - [* ] New feature - [ ] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [ *] I have tested the changes locally and confirmed they work as expected - [ ] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) - [ ] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information This enables the use of Python package specifications in the `git+https://github.com/...` format within the plugin’s `requirements.txt` file, consistent with standard `pip` conventions. It is particularly useful for packages that are not available on PyPI, as well as for the development and testing of published packages. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:16:12 -05:00
yindo closed this issue 2026-02-16 01:16:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#515