Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
 Account for changes in how the plugin is built.
  • Loading branch information
sergiocampama committed Jul 14, 2018
1 parent f11ad0b commit 62e4e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Expand Up @@ -15,7 +15,7 @@ RUN curl -O -L https://github.com/google/protobuf/releases/download/v${PROTOC_VE

# Build and install the swiftgrpc plugin
RUN git clone https://github.com/grpc/grpc-swift \
&& cd grpc-swift/Plugin \
&& cd grpc-swift \
&& make \
&& cp protoc-gen-swift protoc-gen-swiftgrpc /usr/bin \
&& cd / \
Expand Down

0 comments on commit 62e4e3c

Please sign in to comment.