Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
protobuf 3.6.1
  • Loading branch information
aslakhellesoy committed Aug 13, 2018
1 parent fe46481 commit c23440c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cucumber-build
Expand Up @@ -12,7 +12,7 @@ RUN pip install pipenv==8.3.2
RUN curl --fail -L http://cpanmin.us/ > /usr/local/bin/cpanm && chmod +x /usr/local/bin/cpanm

RUN mkdir -p /protobuf
RUN curl -L https://github.com/google/protobuf/releases/download/v3.6.0/protobuf-all-3.6.0.tar.gz | tar xvz --strip-components=1 -C /protobuf
RUN curl -L https://github.com/google/protobuf/releases/download/v3.6.1/protobuf-all-3.6.1.tar.gz | tar xvz --strip-components=1 -C /protobuf
RUN cd /protobuf && ./autogen.sh
RUN cd /protobuf && ./configure
RUN cd /protobuf && make -j2
Expand Down

0 comments on commit c23440c

Please sign in to comment.