Update Dockerfile

Another one
This commit is contained in:
LukasBuecherl 2022-01-18 13:45:13 -07:00 committed by GitHub
parent de0ecf7e13
commit 35d97a1341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,9 +23,7 @@ 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