FROM ubuntu:18.04 COPY . /home/sample/repo WORKDIR /home/sample/repo RUN apt upgrade RUN apt update RUN apt -y install maven RUN mvn install