summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-02-25 12:53:02 +0100
committerjose.lausuch <jose.lausuch@ericsson.com>2016-02-25 12:53:02 +0100
commit851834d0fe59639aeb261c71b9b561eb6d3de563 (patch)
tree0eac3dcbe57cc4e12f0a90d3ebe482988975aead /docker
parent9a63f6bf5387d44723220595c584680921c16713 (diff)
Fix Dockerfile to use proper bashrc file for the alias 'll'
Change-Id: I7236fa9f00b8f0200f910ac4833c58237f66aef2 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index caa733f66..6188deaeb 100644
--- 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/.bashrc