Dockerfile fix: 'make' doesn't builds tahoe anymore.

This commit is contained in:
pataquets 2016-09-18 03:08:43 +02:00 committed by Brian Warner
parent f8d800a3eb
commit ab698c05fa

View File

@ -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