4 lines
127 B
Docker
4 lines
127 B
Docker
FROM ubuntu:14.04
|
|
RUN apt-get update && apt-get -y install rsync
|
|
CMD /bin/bash /OnlineJudge/dockerfiles/test_case_rsync/run.sh
|