update
This commit is contained in:
10
rsync/Dockerfile
Normal file
10
rsync/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
ARG ARCH
|
||||
FROM harbor.colben.cn/general/alpine$ARCH
|
||||
MAINTAINER Colben colbenlee@gmail.com
|
||||
ADD --chown=root:root /ADD/ /opt/
|
||||
RUN apk update \
|
||||
&& apk add --no-cache rsync \
|
||||
&& mkdir -p /var/log/rsync \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
CMD ["/opt/ccmd"]
|
||||
|
Reference in New Issue
Block a user