Merge PR350 (in rebased form)

closes tahoe-lafs/tahoe-lafs#350
This commit is contained in:
Brian Warner 2016-09-26 15:19:23 -07:00
commit b50094dff0

View File

@ -4,7 +4,7 @@ ADD . /tahoe-lafs
RUN \
cd /tahoe-lafs && \
git pull --depth=100 && \
make && \
ln -vs /tahoe-lafs/bin/tahoe /usr/local/bin/tahoe
pip install . && \
rm -rf ~/.cache/
WORKDIR /root