mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +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 \
|
RUN \
|
||||||
cd /tahoe-lafs && \
|
cd /tahoe-lafs && \
|
||||||
git pull --depth=100 && \
|
git pull --depth=100 && \
|
||||||
pip install .
|
pip install . && \
|
||||||
|
rm -rf ~/.cache/
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user