Skip to content

Commit

Permalink
Install googleapis
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Apr 28, 2024
1 parent 8c31e81 commit 894ab20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,9 @@ RUN --mount=type=cache,target=/etc/apk/cache,id=apk \
| sed -n 's|^/.*/grpc-tools-\(.*\)$|ruby grpc-tools \1|p'>> /versions \
&& apk del .builddeps

RUN wget https://github.com/googleapis/googleapis/archive/refs/heads/master.tar.gz -O /tmp/googleapis.tar.gz \
&& mkdir -p /protos/googleapis \
&& tar xzfv /tmp/googleapis.tar.gz -C /protos/googleapis --strip-components 1 googleapis-master \
&& rm -rf /tmp/googleapis.tar.gz

WORKDIR /defs

0 comments on commit 894ab20

Please sign in to comment.