Update Dockerfile

There is another syntax error
This commit is contained in:
LukasBuecherl 2022-01-18 13:16:47 -07:00 committed by GitHub
parent f3a3bd0f07
commit 16685f32a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,10 +16,11 @@ LABEL maintainer="Chris Myers <chris.myers@colorado.edu>"
RUN apt-get update --fix-missing \
&& DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y maven \
&& apt install openjdk-8-jdk -y
COPY . .
RUN apt install openjdk-8-jdk -y
# Build iBioSim
WORKDIR /iBioSim
RUN mvn package -Dmaven.javadoc.skip=true