File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,10 +160,10 @@ ARG GOOGLE_API_VERSION
160
160
RUN mkdir -p ${GOPATH}/src/github.com/googleapis/googleapis && \
161
161
curl -sSL https://api.github.com/repos/googleapis/googleapis/tarball/${GOOGLE_API_VERSION} | tar xz --strip 1 -C ${GOPATH}/src/github.com/googleapis/googleapis && \
162
162
cd ${GOPATH}/src/github.com/googleapis/googleapis && \
163
- install -D ./google/api/annotations.proto /out/usr/include/google/api && \
164
- install -D ./google/api/field_behavior.proto /out/usr/include/google/api && \
165
- install -D ./google/api/http.proto /out/usr/include/google/api && \
166
- install -D ./google/api/httpbody.proto /out/usr/include/google/api
163
+ install -D ./google/api/annotations.proto /out/usr/include/google/api/annotations.proto && \
164
+ install -D ./google/api/field_behavior.proto /out/usr/include/google/api/field_behavior.proto && \
165
+ install -D ./google/api/http.proto /out/usr/include/google/api/http.proto && \
166
+ install -D ./google/api/httpbody.proto /out/usr/include/google/api/httpbody.proto
167
167
168
168
169
169
FROM rust:${RUST_VERSION}-alpine as rust_builder
You can’t perform that action at this time.
0 commit comments