mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
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.
This commit is contained in:
@@ -57,7 +57,7 @@ FROM node:22-slim AS server
|
|||||||
|
|
||||||
# Install git, curl, bash (for terminal), gosu (for user switching), and GitHub CLI (pinned version, multi-arch)
|
# Install git, curl, bash (for terminal), gosu (for user switching), and GitHub CLI (pinned version, multi-arch)
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
git curl bash gosu ca-certificates \
|
git curl bash gosu ca-certificates openssh-client \
|
||||||
&& GH_VERSION="2.63.2" \
|
&& GH_VERSION="2.63.2" \
|
||||||
&& ARCH=$(uname -m) \
|
&& ARCH=$(uname -m) \
|
||||||
&& case "$ARCH" in \
|
&& case "$ARCH" in \
|
||||||
|
|||||||
Reference in New Issue
Block a user