eea.docker.rsync/Dockerfile

10 lines
235 B
Docker
Raw Normal View History

2016-04-07 17:15:35 +00:00
FROM alpine:3.3
MAINTAINER "EEA: IDM2 A-Team" <eea-edw-a-team-alerts@googlegroups.com>
RUN apk add --no-cache --virtual .run-deps rsync openssh
COPY docker-entrypoint.sh /
VOLUME /root
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["sh"]