Skip to content

Commit

Permalink
add versioned tag because reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Cobb committed Mar 27, 2020
1 parent 5e109f8 commit 0100b65
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ws-amazoncorretto-11-02/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 "[email protected]" \
&& git config --global user.name "wonderstorm-teamcity"

ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
CMD ["mvn"]

0 comments on commit 0100b65

Please sign in to comment.