Skip to content

Commit f265209

Browse files
committed
fix paths
1 parent bf3ae82 commit f265209

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfiles/CI/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ RUN set -ex \
1616
&& go get golang.org/x/lint/golint \
1717
# Protobuf tooling
1818
&& go get github.com/golang/protobuf/protoc-gen-go \
19+
&& mkdir protobuf && cd protobuf \
1920
&& curl -LO https://github.com/google/protobuf/releases/download/v$PROTOBUF_VER/protoc-$PROTOBUF_VER-linux-x86_64.zip \
20-
&& mkdir protobuf && unzip protoc-$PROTOBUF_VER-linux-x86_64.zip && cp protobuf/bin/* /bin/ && rm -rf protobuf
21+
&& unzip protoc-$PROTOBUF_VER-linux-x86_64.zip && cp ./bin/* /bin/ \
22+
&& cd .. && rm -rf protobuf

0 commit comments

Comments
 (0)