]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - Dockerfile
Merge pull request #236 from daira/2725.timezone-test.0
[tahoe-lafs/tahoe-lafs.git] / Dockerfile
index 9e38bebd4012951140a8c18ef07670a33040ee67..0e6ac0433fa9b8e8d74e1affb319499775aae4da 100644 (file)
@@ -2,8 +2,8 @@ FROM python:2.7
 
 ADD . /tahoe-lafs
 RUN \
-  sed -i "s/\# alias/alias/" /root/.bashrc && \
   cd /tahoe-lafs && \
+  git pull --depth=100 && \
   make && \
   ln -vs /tahoe-lafs/bin/tahoe /usr/local/bin/tahoe