diff --git a/Dockerfile b/Dockerfile index f9a56eef3..a1878b418 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM ubuntu:22.04 +RUN apt update && apt install git -y RUN git clone https://github.com/Cloud-and-devops-notes/spring-petclinic-jenkins.git RUN cd spring-petclinic RUN ./mvnw package