add openssh client for staging env
All checks were successful
Build and Deploy Staging / build (push) Successful in 1m5s
Build and Deploy Staging / deploy (push) Successful in 8s

This commit is contained in:
Tobias Brunner 2025-03-24 14:35:29 +01:00
parent 4cd5653b99
commit 239a57a033
No known key found for this signature in database

View file

@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y \
debian-archive-keyring \
apt-transport-https \
curl \
openssh-client \
&& curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg \
&& curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | tee /etc/apt/sources.list.d/caddy-stable.list \
&& apt-get update \