mirror of
https://github.com/langgenius/dify-agentbox.git
synced 2026-07-19 22:23:31 -04:00
[PR #18] [MERGED] fix: add openssh-server to system packages #19
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/langgenius/dify-agentbox/pull/18
Author: @Mairuis
Created: 2/15/2026
Status: ✅ Merged
Merged: 2/15/2026
Merged by: @Mairuis
Base:
main← Head:feat/ssh-server📝 Commits (1)
e4c691afix: add openssh-server to system packages📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
versions/versions.yaml(+1 -0)📄 Description
Summary
Pre-install
openssh-serverinto the agentbox Docker image so it no longer needs to be downloaded and installed every time the container starts.Problem
The current
dify-agentboximage does not includeopenssh-server. As a result, all three docker-compose files in dify runapt-get update && apt-get install -y openssh-serverin the container'scommand:block on every startup. This adds unnecessary delay and network traffic each time the container restarts.Changes
openssh-servertosystem_packages.essentialinversions/versions.yamlFollow-up
A corresponding PR will be submitted to
langgenius/difyto remove the runtimeapt-get install openssh-serverblock from the agentboxcommand:in:docker/docker-compose.yamldocker/docker-compose-template.yamldocker/docker-compose.middleware.yaml🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.