X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=Dockerfile;h=0e6ac0433fa9b8e8d74e1affb319499775aae4da;hb=refs%2Fheads%2F1431.windows-fixes.0;hp=6b45619bbfe6cd9b3f153d6195036ce0840bbcb1;hpb=cf9b38286375c3c1961c244fd4a7941bb7727d70;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