add openssh client for staging env
This commit is contained in:
parent
4cd5653b99
commit
239a57a033
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue