From 61144ab2d9d8f2a3d57b740bea0dde9dbe9480cb Mon Sep 17 00:00:00 2001 From: luciano Date: Mon, 25 Sep 2017 18:30:00 +0100 Subject: [PATCH] Change the wrong link to aerospike client PHP --- php-fpm/Dockerfile-70 | 4 ++-- php-fpm/Dockerfile-71 | 4 ++-- workspace/Dockerfile-70 | 4 ++-- workspace/Dockerfile-71 | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/php-fpm/Dockerfile-70 b/php-fpm/Dockerfile-70 index daf214ab..07b984ca 100644 --- a/php-fpm/Dockerfile-70 +++ b/php-fpm/Dockerfile-70 @@ -173,11 +173,11 @@ ENV INSTALL_AEROSPIKE ${INSTALL_AEROSPIKE} COPY ./aerospike.ini /usr/local/etc/php/conf.d/aerospike.ini RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \ # Install the php aerospike extension - curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/3.4.14.tar.gz" \ + curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/master.tar.gz" \ && mkdir -p aerospike-client-php \ && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \ && ( \ - cd aerospike-client-php/src/aerospike \ + cd aerospike-client-php/src \ && phpize \ && ./build.sh \ && make install \ diff --git a/php-fpm/Dockerfile-71 b/php-fpm/Dockerfile-71 index 1210f292..192defeb 100644 --- a/php-fpm/Dockerfile-71 +++ b/php-fpm/Dockerfile-71 @@ -179,11 +179,11 @@ RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \ apt-get -y install sudo wget && \ # Install the php aerospike extension - curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/3.4.14.tar.gz" \ + curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/master.tar.gz" \ && mkdir -p aerospike-client-php \ && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \ && ( \ - cd aerospike-client-php/src/aerospike \ + cd aerospike-client-php/src \ && phpize \ && ./build.sh \ && make install \ diff --git a/workspace/Dockerfile-70 b/workspace/Dockerfile-70 index 297d26df..543eaf93 100644 --- a/workspace/Dockerfile-70 +++ b/workspace/Dockerfile-70 @@ -323,11 +323,11 @@ COPY ./aerospike.ini /etc/php/7.0/cli/conf.d/aerospike.ini RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \ # Install the php aerospike extension - curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/3.4.14.tar.gz" \ + curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/master.tar.gz" \ && mkdir -p aerospike-client-php \ && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \ && ( \ - cd aerospike-client-php/src/aerospike \ + cd aerospike-client-php/src \ && phpize \ && ./build.sh \ && make install \ diff --git a/workspace/Dockerfile-71 b/workspace/Dockerfile-71 index a57bff60..42a3a23e 100644 --- a/workspace/Dockerfile-71 +++ b/workspace/Dockerfile-71 @@ -325,11 +325,11 @@ RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \ apt-get -y install sudo wget && \ # Install the php aerospike extension - curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/3.4.14.tar.gz" \ + curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/master.tar.gz" \ && mkdir -p aerospike-client-php \ && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \ && ( \ - cd aerospike-client-php/src/aerospike \ + cd aerospike-client-php/src \ && phpize \ && ./build.sh \ && make install \