diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-06-26 09:14:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-26 09:14:25 +0000 |
commit | 16a0d65806ca7bdb166e3d8535185a82b45ae7ff (patch) | |
tree | 289be237ad3cf0ab14e4ccc6ecf330bcf3167448 /docker/Dockerfile | |
parent | 793985abc54fdfdfb801513afd378b5ef865f86b (diff) | |
parent | 295d8bf6fd67cefbdc58a950683c0451bb670e86 (diff) |
Merge "Stop personalizing the common Dockerfile"
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 0421e615..4c3c76b8 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -36,8 +36,6 @@ ENV HOME /home/opnfv ENV CONFIG_FUNCTEST_YAML ${FUNCTEST_REPO_DIR}/functest/ci/config_functest.yaml ENV REPOS_DIR ${HOME}/repos ENV creds ${FUNCTEST_CONF_DIR}/openstack.creds -ENV TERM xterm -ENV COLORTERM gnome-terminal WORKDIR ${HOME} @@ -166,10 +164,4 @@ RUN sh -c 'curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -' \ && cd ${REPOS_DIR}/promise && sudo npm -g install npm@latest \ && cd ${REPOS_DIR}/promise/source && npm install -RUN echo "set nocompatible \n\ -set backspace=2" \ ->> ${HOME}/.vimrc -RUN echo set nocompatible >> ${HOME}/.exrc -RUN echo "alias ll='ls -lh' \n\ -. ${FUNCTEST_REPO_DIR}/functest/cli/functest-complete.sh" \ ->> ${HOME}/.bashrc +RUN echo ". ${FUNCTEST_REPO_DIR}/functest/cli/functest-complete.sh" >> ${HOME}/.bashrc |