From 3b12557a891dac9d47c6f7d5c21f22c48d005cd3 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 12 Oct 2025 13:50:44 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 64f613d..405932a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,9 @@ RUN npm run build # =============================== FROM node:20-alpine AS runtime +#Install SSH-Client +RUN apk add --no-cache openssh-client + # Arbeitsverzeichnis WORKDIR /app/backend