diff --git a/ws-amazoncorretto-11-02/Dockerfile b/ws-amazoncorretto-11-02/Dockerfile new file mode 100644 index 0000000..989b97a --- /dev/null +++ b/ws-amazoncorretto-11-02/Dockerfile @@ -0,0 +1,10 @@ +FROM maven:3.6-amazoncorretto-11 + +RUN yum install -y git \ + && yum install -y protobuf-compiler + +RUN git config --global user.email "wonderstorm.teamcity@gmail.com" \ + && git config --global user.name "wonderstorm-teamcity" + +ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"] +CMD ["mvn"]