Update Dockerfile

All good errors persist
This commit is contained in:
LukasBuecherl 2022-01-18 13:19:10 -07:00 committed by GitHub
parent 16685f32a8
commit 7038459437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ LABEL maintainer="Chris Myers <chris.myers@colorado.edu>"
# Install requirements
RUN apt-get update --fix-missing \
&& DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y maven \
&& apt-get install -y maven
COPY . .