Browse Source

Merge pull request #2569 from johannrichard/patch-1

Add openssh package for ssh.sh deploy support
pull/2571/head
neil 5 years ago
committed by GitHub
parent
commit
f67a9d2de1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile

1
Dockerfile

@ -3,6 +3,7 @@ FROM alpine:3.10
RUN apk update -f \
&& apk --no-cache add -f \
openssl \
openssh-client \
coreutils \
bind-tools \
curl \

Loading…
Cancel
Save