Update Dockerfile

Changing iBioSim install location
This commit is contained in:
LukasBuecherl 2022-01-26 11:54:06 -07:00 committed by GitHub
parent ab21a08270
commit 057df25663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,10 @@ RUN apt-get update --fix-missing \
COPY . .
# Build iBioSim
WORKDIR /iBioSim
RUN mvn package -Dmaven.javadoc.skip=true
WORKDIR /
RUN apt-get -y install build-essential \
&& apt-get -y install dos2unix \
&& apt-get -y install libxml2-dev