mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 01:36:17 +00:00
Remove $HOME/.cache/ directory after building.
This commit is contained in:
parent
ab698c05fa
commit
b5d16f0718
@ -4,6 +4,7 @@ ADD . /tahoe-lafs
|
||||
RUN \
|
||||
cd /tahoe-lafs && \
|
||||
git pull --depth=100 && \
|
||||
pip install .
|
||||
pip install . && \
|
||||
rm -rf ~/.cache/
|
||||
|
||||
WORKDIR /root
|
||||
|
Loading…
x
Reference in New Issue
Block a user