X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=Dockerfile;h=0e6ac0433fa9b8e8d74e1affb319499775aae4da;hb=f26423cb4d264dffcc2ee5937b87c015f16a61e4;hp=6b45619bbfe6cd9b3f153d6195036ce0840bbcb1;hpb=1105278589f15344ab9bf97e44c594451c276684;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/Dockerfile b/Dockerfile index 6b45619b..0e6ac043 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM python:2.7 ADD . /tahoe-lafs RUN \ cd /tahoe-lafs && \ + git pull --depth=100 && \ make && \ ln -vs /tahoe-lafs/bin/tahoe /usr/local/bin/tahoe