Update Dockerfile
Changing iBioSim install location
This commit is contained in:
parent
ab21a08270
commit
057df25663
1 changed files with 3 additions and 0 deletions
|
|
@ -23,7 +23,10 @@ RUN apt-get update --fix-missing \
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Build iBioSim
|
# Build iBioSim
|
||||||
|
WORKDIR /iBioSim
|
||||||
RUN mvn package -Dmaven.javadoc.skip=true
|
RUN mvn package -Dmaven.javadoc.skip=true
|
||||||
|
WORKDIR /
|
||||||
|
|
||||||
RUN apt-get -y install build-essential \
|
RUN apt-get -y install build-essential \
|
||||||
&& apt-get -y install dos2unix \
|
&& apt-get -y install dos2unix \
|
||||||
&& apt-get -y install libxml2-dev
|
&& apt-get -y install libxml2-dev
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue