Update Dockerfile
Updated Dockerfile to find Dependencies
This commit is contained in:
parent
f3a18eba52
commit
ef759e77c6
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ RUN apt-get -y install build-essential \
|
||||||
&& apt-get -y install libxml2-dev
|
&& apt-get -y install libxml2-dev
|
||||||
|
|
||||||
# Build reb2sac
|
# Build reb2sac
|
||||||
WORKDIR /Dependencies
|
WORKDIR iBioSim/Dependencies
|
||||||
RUN chmod +x newbuild.sh \
|
RUN chmod +x newbuild.sh \
|
||||||
&& dos2unix newbuild.sh \
|
&& dos2unix newbuild.sh \
|
||||||
&& sh newbuild.sh
|
&& sh newbuild.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue