projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8053c42
)
Remove .bashrc alias uncommenting.
165/head
author
amontero-referup
<amontero@referup.com>
Mon, 11 May 2015 17:04:30 +0000
(19:04 +0200)
committer
amontero-referup
<amontero@referup.com>
Mon, 11 May 2015 17:04:30 +0000
(19:04 +0200)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 9e38bebd4012951140a8c18ef07670a33040ee67..6b45619bbfe6cd9b3f153d6195036ce0840bbcb1 100644
(file)
--- 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