diff --git a/Dockerfile b/Dockerfile index c75a6a3..e21898b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY . . RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o /paliad ./cmd/server FROM alpine:3.21 -RUN apk add --no-cache ca-certificates +RUN apk add --no-cache ca-certificates openssh-client WORKDIR /app COPY --from=backend /paliad /app/paliad COPY --from=frontend /app/frontend/dist /app/dist