chore: Update Dockerfile to remove unnecessary SSH server configuration

This commit is contained in:
Bram Kelchtermans
2024-06-08 13:46:14 +02:00
parent f657241ae0
commit 49975c3df4
2 changed files with 4 additions and 19 deletions
+1 -1
View File
@@ -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