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

pull/2297/head
Paul Yang 8 years ago committed by GitHub
parent e9d9e56a6b
commit 795976ecf5
  1. 1
      jenkins/docker/Dockerfile
  2. 1
      jenkins/docker32/Dockerfile

@ -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 && \

@ -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 && \

Loading…
Cancel
Save