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:
parent
15aa19170e
commit
144dac2a56
6
Dockerfile
Normal file
6
Dockerfile
Normal 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/*
|
Loading…
Reference in New Issue
Block a user