增加rsync同步功能

This commit is contained in:
spxcds
2016-05-11 13:01:04 +08:00
parent f19aa20817
commit e4648cf47d
7 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
FROM ubuntu:14.04
RUN apt-get update && apt-get -y install rsync
CMD /bin/bash /OnlineJudge/dockerfiles/test_case_rsync/run.sh