Fix: restaure to alpine image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bertrand Benjamin 2020-08-04 16:00:31 +02:00
parent 485a4528b1
commit fa190b7d87

View File

@ -3,7 +3,7 @@ name: Push Content
type: docker type: docker
steps: steps:
- name: Push Raw - name: Push Raw
image: python image: alpine
commands: commands:
- apk add --no-cache openssh-client ca-certificates bash - apk add --no-cache openssh-client ca-certificates bash
- apk add rsync - apk add rsync