chore: Update Dockerfile to remove unnecessary SSH server configuration
This commit is contained in:
@@ -8,7 +8,7 @@ WORKDIR /workspace
|
||||
RUN npm install -g pm2
|
||||
|
||||
# Install git, openssh-client, and openssh-server
|
||||
RUN apt-get update && apt-get install -y git openssh-client openssh-server
|
||||
RUN apt-get update && apt-get install -y git openssh-client
|
||||
|
||||
# Create a directory for the SSH keys
|
||||
RUN mkdir -p /root/.ssh
|
||||
|
||||
Reference in New Issue
Block a user