Update Dockerfile
Another syntax fix
This commit is contained in:
parent
4a5f92c89a
commit
f3a3bd0f07
1 changed files with 1 additions and 1 deletions
|
|
@ -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 . .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue