Update Dockerfile

Another syntax fix
This commit is contained in:
LukasBuecherl 2022-01-18 13:13:24 -07:00 committed by GitHub
parent 4a5f92c89a
commit f3a3bd0f07
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 . .