mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-15 06:25:05 +00:00
Removing openssh and sshpass from the Docker file
This commit is contained in:
parent
a12211766c
commit
e426f8ee1e
@ -11,7 +11,7 @@ LABEL "com.github.actions.icon"="upload-cloud"
|
||||
LABEL "com.github.actions.color"="orange"
|
||||
|
||||
RUN apk update
|
||||
RUN apk add openssh sshpass lftp
|
||||
RUN apk add lftp
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod 777 entrypoint.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user