Skip to content

Commit fe7bc95

Browse files
committed
chore: add OpenSSH client to Dockerfile for enhanced SSH capabilities
- Updated the Dockerfile to include the OpenSSH client, improving the container's ability to handle SSH connections and operations.
1 parent 8a6a83b commit fe7bc95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ FROM node:22-slim AS server
5757

5858
# Install git, curl, bash (for terminal), gosu (for user switching), and GitHub CLI (pinned version, multi-arch)
5959
RUN apt-get update && apt-get install -y --no-install-recommends \
60-
git curl bash gosu ca-certificates \
60+
git curl bash gosu ca-certificates openssh-client \
6161
&& GH_VERSION="2.63.2" \
6262
&& ARCH=$(uname -m) \
6363
&& case "$ARCH" in \

0 commit comments

Comments
 (0)