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 \ RUN apt-get update && apt-get install -y --no-install-recommends \
libpq5 \ libpq5 \
git \ git \
openssh-client \
netcat-openbsd \ netcat-openbsd \
ca-certificates \ ca-certificates \
curl \ curl \