Trigger update of docker for new changes in #2282. (#2288)

This commit is contained in:
Paul Yang 2016-10-27 10:41:44 -07:00 committed by GitHub
parent e9d9e56a6b
commit 795976ecf5
2 changed files with 2 additions and 0 deletions

View file

@ -132,6 +132,7 @@ ENV MVN mvn --batch-mode
RUN cd /tmp && \
git clone https://github.com/google/protobuf.git && \
cd protobuf && \
git reset 734930f9197b7bc97c3c794c7a949fee2a08c280 && \
./autogen.sh && \
./configure && \
make -j4 && \

View file

@ -64,6 +64,7 @@ RUN php -r "unlink('composer-setup.php');"
RUN cd /tmp && \
git clone https://github.com/google/protobuf.git && \
cd protobuf && \
git reset 734930f9197b7bc97c3c794c7a949fee2a08c280 && \
ln -sfn /usr/bin/php5.5 /usr/bin/php && \
ln -sfn /usr/bin/php-config5.5 /usr/bin/php-config && \
ln -sfn /usr/bin/phpize5.5 /usr/bin/phpize && \