Skip to content

Commit

Permalink
adding protoc to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Cobb committed Mar 27, 2020
1 parent f60065f commit 5e109f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ws-amazoncorretto-11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM maven:3.6-amazoncorretto-11

RUN yum install -y git
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"
Expand Down

0 comments on commit 5e109f8

Please sign in to comment.