bugfix in executing install.sh

This commit is contained in:
leungwensen 2016-05-15 20:33:20 +08:00
parent e58962dde0
commit 7ff53786f8
1 changed files with 1 additions and 3 deletions

View File

@ -12,9 +12,7 @@ RUN apt-get update && apt-get install -y \
RUN git clone https://github.com/leungwensen/cbc-ubuntu-64bit.git
RUN cd cbc-ubuntu-64bit
RUN bash install.sh
RUN cd cbc-ubuntu-64bit && bash install.sh
RUN echo 'PATH=/usr/local/cbc/bin:$PATH' >> $HOME/.bashrc