From 3c2d851430a8b3d2e53d245cb41d720a51312a04 Mon Sep 17 00:00:00 2001 From: Dragan Filipovic Date: Tue, 1 Oct 2019 00:23:18 +0200 Subject: [PATCH] [ci] remove already available cli --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 668e5aa..9238b96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,5 @@ FROM debian:9.5-slim -# Update -RUN apt-get update - -# Install packages -RUN apt-get -yq install rsync openssh-client - # Label LABEL "com.github.actions.name"="ssh deploy" LABEL "com.github.actions.description"="For deploying code over ssh"