commit
b50094dff0
|
@ -4,7 +4,7 @@ ADD . /tahoe-lafs
|
||||||
RUN \
|
RUN \
|
||||||
cd /tahoe-lafs && \
|
cd /tahoe-lafs && \
|
||||||
git pull --depth=100 && \
|
git pull --depth=100 && \
|
||||||
make && \
|
pip install . && \
|
||||||
ln -vs /tahoe-lafs/bin/tahoe /usr/local/bin/tahoe
|
rm -rf ~/.cache/
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
Loading…
Reference in New Issue