Update Dockerfile

Fixed syntax error
This commit is contained in:
LukasBuecherl 2022-01-18 13:09:50 -07:00 committed by GitHub
parent b763695c4a
commit 4a5f92c89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ 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 \
&& apt install openjdk-8-jdk -y \
COPY . .