FROM maven:3.8.1-jdk-8 MAINTAINER Herlan Septiyan RUN apt-get update RUN apt-get -y install curl WORKDIR /app CMD ["mvn", "spring-boot:run"]