fix: include openssh for repo cloning

This commit is contained in:
2026-06-29 13:12:04 -04:00
parent bab6b97e3f
commit 54421ed2f0
+1 -1
View File
@@ -3,7 +3,7 @@ FROM node:26-trixie-slim@sha256:a1d9d671994fc2d26e297ac56b4b1522a8bc7fa71c43b14c
# OS packages used to fetch sources and deploy output
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
git rsync curl ca-certificates \
git openssh-client rsync curl ca-certificates \
&& rm -rf /var/lib/apt/lists/*
# Quarto setup.