From: amontero-referup <amontero@referup.com>
Date: Mon, 11 May 2015 17:04:30 +0000 (+0200)
Subject: Remove .bashrc alias uncommenting.
X-Git-Tag: allmydata-tahoe-1.10.1a1~14^2
X-Git-Url: https://git.rkrishnan.org/simplejson/components/sub?a=commitdiff_plain;h=b765b18285d91c87312fe24d7a94a7d81355f9a7;p=tahoe-lafs%2Ftahoe-lafs.git

Remove .bashrc alias uncommenting.
---

diff --git a/Dockerfile b/Dockerfile
index 9e38bebd..6b45619b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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