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

added Dockerfile

This commit is contained in:
Ryan 2016-05-08 14:41:14 +02:00
parent 15aa19170e
commit 144dac2a56

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM node
RUN apt-get update && \
apt-get -y install rsync apt-utils && \
apt-get -y remove apt-utils && \
apt-get -y autoremove && \
rm -rf /var/lib/apt/lists/*