Skip to content

Commit

Permalink
Merge branch 'install-googleapis' into install-grpc-gateway-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Apr 28, 2024
2 parents 0c046a1 + 108519e commit fd21910
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN --mount=type=cache,target=/etc/apk/cache,id=apk \
apk add --no-cache \
libstdc++ \
nodejs \
protobuf-dev \
protoc \
py3-setuptools \
python3 \
Expand Down Expand Up @@ -68,4 +69,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 fd21910

Please sign in to comment.