fix: add openssh-client to API Dockerfile for SSH git clone support

This commit is contained in:
2026-05-22 21:29:28 +00:00
parent 8cab17472e
commit a559470369
+1
View File
@@ -27,6 +27,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y --no-install-recommends \
libpq5 \
git \
openssh-client \
netcat-openbsd \
ca-certificates \
curl \