Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9a63f6b
)
Fix Dockerfile to use proper bashrc file for the alias 'll'
91/10791/1
author
jose.lausuch
<jose.lausuch@ericsson.com>
Thu, 25 Feb 2016 11:53:02 +0000
(12:53 +0100)
committer
jose.lausuch
<jose.lausuch@ericsson.com>
Thu, 25 Feb 2016 11:53:02 +0000
(12:53 +0100)
Change-Id: I7236fa9f00b8f0200f910ac4833c58237f66aef2
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
docker/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/Dockerfile
b/docker/Dockerfile
index
caa733f
..
6188dea
100644
(file)
--- a/
docker/Dockerfile
+++ b/
docker/Dockerfile
@@
-85,4
+85,4
@@
RUN curl -L https://get.rvm.io | bash -s stable
RUN /bin/echo -e "set nocompatible\nset backspace=2" >> /home/opnfv/.vimrc
RUN echo "set nocompatible" >> /home/opnfv/.exrc
-RUN echo "alias ll='ls -lh'" >> /home/opnfv/.bash
_aliases
+RUN echo "alias ll='ls -lh'" >> /home/opnfv/.bash
rc