Remove .bashrc alias uncommenting.

This commit is contained in:
amontero-referup 2015-05-11 19:04:30 +02:00
parent 8053c42675
commit b765b18285

View File

@ -2,7 +2,6 @@ FROM python:2.7
ADD . /tahoe-lafs
RUN \
sed -i "s/\# alias/alias/" /root/.bashrc && \
cd /tahoe-lafs && \
make && \
ln -vs /tahoe-lafs/bin/tahoe /usr/local/bin/tahoe