From: jose.lausuch Date: Thu, 25 Feb 2016 11:53:02 +0000 (+0100) Subject: Fix Dockerfile to use proper bashrc file for the alias 'll' X-Git-Tag: 0.2~1632 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=851834d0fe59639aeb261c71b9b561eb6d3de563;p=functest-xtesting.git Fix Dockerfile to use proper bashrc file for the alias 'll' Change-Id: I7236fa9f00b8f0200f910ac4833c58237f66aef2 Signed-off-by: jose.lausuch --- diff --git a/docker/Dockerfile b/docker/Dockerfile index caa733f6..6188deae 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