Skip to content
Snippets Groups Projects
Commit c9589dab authored by Stanley Cheung's avatar Stanley Cheung
Browse files

remove dockerfile hack;;

parent 5c8c3e78
Branches
Tags
No related merge requests found
...@@ -100,10 +100,6 @@ RUN /bin/bash -l -c "rvm all do gem install ronn rake" ...@@ -100,10 +100,6 @@ RUN /bin/bash -l -c "rvm all do gem install ronn rake"
RUN curl -sS https://getcomposer.org/installer | php RUN curl -sS https://getcomposer.org/installer | php
RUN mv composer.phar /usr/local/bin/composer RUN mv composer.phar /usr/local/bin/composer
# attempt to force a rebuild of the docker image after this point because
# Protobuf-PHP codegen has been updated
RUN echo 1
# Download the patched PHP protobuf so that PHP gRPC clients can be generated # Download the patched PHP protobuf so that PHP gRPC clients can be generated
# from proto3 schemas. # from proto3 schemas.
RUN git clone https://github.com/stanley-cheung/Protobuf-PHP.git /var/local/git/protobuf-php RUN git clone https://github.com/stanley-cheung/Protobuf-PHP.git /var/local/git/protobuf-php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment