Skip to content

Commit 9865838

Browse files
committed
chore(el7): add script to get protobuf compiler
1 parent d164643 commit 9865838

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

el7/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ RUN yum groupinstall -y "Development Tools" && \
4040

4141
ADD install-openssl11.sh get-git.sh get-automake.sh get-cmake.sh /
4242

43+
COPY el9/get-protoc.sh /get-protoc.sh
44+
45+
RUN /get-protoc.sh
46+
4347
WORKDIR /
4448

4549
# We need git >= 2.18 otherwise actions/checkout@v3 in github

0 commit comments

Comments
 (0)