1 Commits

Author SHA1 Message Date
a56e8f445e feat(ci): install openssh client
All checks were successful
📊 Benchmark the Runtime / release (push) Successful in 44s
Build & Push CI Image / build-and-push (push) Successful in 13m32s
🚀 Lint & Test & Deploy / release (push) Successful in 4m17s
2026-04-24 13:56:07 +02:00

View File

@@ -5,6 +5,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
PATH=/usr/local/cargo/bin:$PATH
RUN apt-get update && apt-get install -y \
openssh-client \
ca-certificates=20230311+deb12u1 \
gpg=2.2.40-1.1+deb12u2 \
gpg-agent=2.2.40-1.1+deb12u2 \