Skip to content

fix: add openssh-server to system packages#18

Merged
Mairuis merged 1 commit into
mainfrom
feat/ssh-server
Feb 16, 2026
Merged

fix: add openssh-server to system packages#18
Mairuis merged 1 commit into
mainfrom
feat/ssh-server

Conversation

@Mairuis
Copy link
Copy Markdown
Contributor

@Mairuis Mairuis commented Feb 16, 2026

Summary

Pre-install openssh-server into the agentbox Docker image so it no longer needs to be downloaded and installed every time the container starts.

Problem

The current dify-agentbox image does not include openssh-server. As a result, all three docker-compose files in dify run apt-get update && apt-get install -y openssh-server in the container's command: block on every startup. This adds unnecessary delay and network traffic each time the container restarts.

Changes

  • Add openssh-server to system_packages.essential in versions/versions.yaml

Follow-up

A corresponding PR will be submitted to langgenius/dify to remove the runtime apt-get install openssh-server block from the agentbox command: in:

  • docker/docker-compose.yaml
  • docker/docker-compose-template.yaml
  • docker/docker-compose.middleware.yaml

@github-actions
Copy link
Copy Markdown

Super-linter summary

Language Validation result
YAML Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@Mairuis Mairuis merged commit 96e821c into main Feb 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants