do not run source $HOME/.bashrc while updating image

This commit is contained in:
leungwensen 2016-05-15 20:43:08 +08:00
parent 7ff53786f8
commit 9891753df3
1 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,5 @@ RUN echo 'PATH=/usr/local/cbc/bin:$PATH' >> $HOME/.bashrc
RUN echo alias cbc=cbc -Wa,--32 -Wl,-melf_i386 >> $HOME/.bashrc
RUN source $HOME/.bashrc
# commands when creating a new container