Update Dockerfile

pull/9/head
Hamothy 3 years ago committed by GitHub
parent 0fcf755dbd
commit 17cf0c8dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,9 @@
FROM maven:3.8.1-adoptopenjdk-11
MAINTAINER Goudham Suresh
RUN ls -la
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get -y dist-upgrade && \
apt-get -y install gpg
apt-get -y install gpg

Loading…
Cancel
Save