diff --git a/Dockerfile b/Dockerfile index 308a75b9c..842093fdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ ADD . /tahoe-lafs RUN \ cd /tahoe-lafs && \ git pull --depth=100 && \ - pip install . + pip install . && \ + rm -rf ~/.cache/ WORKDIR /root