install openssh-client instead of complete openssh
This commit is contained in:
parent
d7c4b74bc7
commit
33582a6580
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
FROM docker.io/library/alpine:latest
|
||||
|
||||
RUN apk update && apk add sshpass openssh lftp; rm -f /var/cache/apk/*
|
||||
RUN apk update && apk add sshpass openssh-client lftp; rm -f /var/cache/apk/*
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue