mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
Dockerfile fix: 'make' doesn't builds tahoe anymore.
This commit is contained in:
parent
f8d800a3eb
commit
ab698c05fa
@ -4,7 +4,6 @@ ADD . /tahoe-lafs
|
||||
RUN \
|
||||
cd /tahoe-lafs && \
|
||||
git pull --depth=100 && \
|
||||
make && \
|
||||
ln -vs /tahoe-lafs/bin/tahoe /usr/local/bin/tahoe
|
||||
pip install .
|
||||
|
||||
WORKDIR /root
|
||||
|
Loading…
Reference in New Issue
Block a user