在Docker容器上安装rdiff

我正在尝试使用rdiffclosuresDocker容器的备份解决scheme。 我有python安装和python-dev包,但是当我运行安装命令时:

python ./setup.py install 

我得到以下错误

 running install running build running build_py running build_ext building 'rdiff_backup._librsync' extension gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python2.7 -c _librsyncmodule.c -o build/temp.linux-x86_64-2.7/_librsyncmodule.o _librsyncmodule.c:25:22: fatal error: librsync.h: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 

你的容器需要librsync-dev包。