parent
e9d9e56a6b
commit
795976ecf5
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue