Update Jenkinsfile & Create Dockerfile
Experiment with Dockerfile to allow deployment to ossrhpull/9/head
parent
bb308c6d9d
commit
586eb875dd
@ -0,0 +1,6 @@
|
|||||||
|
FROM maven:3.8.1-adoptopenjdk-11
|
||||||
|
|
||||||
|
COPY settings.xml /root/.m2
|
||||||
|
|
||||||
|
RUN apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
|
||||||
|
RUN apt install gpg
|
Loading…
Reference in New Issue