[ci] remove already available cli

main
Dragan Filipovic 2019-10-01 00:23:18 +02:00
parent 8a4cb70910
commit 3c2d851430
1 changed files with 0 additions and 6 deletions

View File

@ -1,11 +1,5 @@
FROM debian:9.5-slim FROM debian:9.5-slim
# Update
RUN apt-get update
# Install packages
RUN apt-get -yq install rsync openssh-client
# Label # Label
LABEL "com.github.actions.name"="ssh deploy" LABEL "com.github.actions.name"="ssh deploy"
LABEL "com.github.actions.description"="For deploying code over ssh" LABEL "com.github.actions.description"="For deploying code over ssh"