1
0
mirror of https://github.com/alrayyes/docker-node-rsync synced 2023-11-14 15:56:26 +00:00
docker-node-rsync/Dockerfile

8 lines
204 B
Docker
Raw Normal View History

2017-06-07 15:34:31 +00:00
FROM node:6.10.0
ADD VERSION .
2016-05-08 12:41:14 +00:00
RUN apt-get update && \
2017-06-07 15:34:31 +00:00
apt-get -y install rsync apt-utils lftp && \
2016-05-08 12:41:14 +00:00
apt-get -y remove apt-utils && \
apt-get -y autoremove && \
rm -rf /var/lib/apt/lists/*