mirror of https://github.com/aamine/cbc
bugfix
This commit is contained in:
parent
0b2216be1d
commit
e58962dde0
|
|
@ -14,7 +14,13 @@ RUN git clone https://github.com/leungwensen/cbc-ubuntu-64bit.git
|
||||||
|
|
||||||
RUN cd cbc-ubuntu-64bit
|
RUN cd cbc-ubuntu-64bit
|
||||||
|
|
||||||
RUN ./install.sh
|
RUN bash install.sh
|
||||||
|
|
||||||
|
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
|
# commands when creating a new container
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue