We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d9e56 commit 795976eCopy full SHA for 795976e
jenkins/docker/Dockerfile
@@ -132,6 +132,7 @@ ENV MVN mvn --batch-mode
132
RUN cd /tmp && \
133
git clone https://github.com/google/protobuf.git && \
134
cd protobuf && \
135
+ git reset 734930f9197b7bc97c3c794c7a949fee2a08c280 && \
136
./autogen.sh && \
137
./configure && \
138
make -j4 && \
jenkins/docker32/Dockerfile
@@ -64,6 +64,7 @@ RUN php -r "unlink('composer-setup.php');"
64
65
66
67
68
ln -sfn /usr/bin/php5.5 /usr/bin/php && \
69
ln -sfn /usr/bin/php-config5.5 /usr/bin/php-config && \
70
ln -sfn /usr/bin/phpize5.5 /usr/bin/phpize && \
0 commit comments