From b765b18285d91c87312fe24d7a94a7d81355f9a7 Mon Sep 17 00:00:00 2001 From: amontero-referup Date: Mon, 11 May 2015 19:04:30 +0200 Subject: [PATCH] Remove .bashrc alias uncommenting. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.37.2