1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/drone-rsync-arm/Dockerfile

13 lines
337 B
Docker
Raw Normal View History

2017-10-02 03:04:15 +00:00
#
# Dockerfile for drone-rsync-arm
#
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache bash ca-certificates curl openssh-client rsync
RUN curl -sSL https://github.com/Drillster/drone-rsync/raw/master/upload.sh > /usr/local/bin/upload.sh
RUN chmod +x /usr/local/bin/upload.sh
ENTRYPOINT ["upload.sh"]