File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,11 +173,11 @@ ENV INSTALL_AEROSPIKE ${INSTALL_AEROSPIKE}
173173COPY ./aerospike.ini /usr/local/etc/php/conf.d/aerospike.ini
174174RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \
175175 # Install the php aerospike extension
176- curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/3.4.14 .tar.gz" \
176+ curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/master .tar.gz" \
177177 && mkdir -p aerospike-client-php \
178178 && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
179179 && ( \
180- cd aerospike-client-php/src/aerospike \
180+ cd aerospike-client-php/src \
181181 && phpize \
182182 && ./build.sh \
183183 && make install \
Original file line number Diff line number Diff line change @@ -179,11 +179,11 @@ RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \
179179 apt-get -y install sudo wget && \
180180
181181 # Install the php aerospike extension
182- curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/3.4.14 .tar.gz" \
182+ curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/master .tar.gz" \
183183 && mkdir -p aerospike-client-php \
184184 && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
185185 && ( \
186- cd aerospike-client-php/src/aerospike \
186+ cd aerospike-client-php/src \
187187 && phpize \
188188 && ./build.sh \
189189 && make install \
Original file line number Diff line number Diff line change @@ -323,11 +323,11 @@ COPY ./aerospike.ini /etc/php/7.0/cli/conf.d/aerospike.ini
323323
324324RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \
325325 # Install the php aerospike extension
326- curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/3.4.14 .tar.gz" \
326+ curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/master .tar.gz" \
327327 && mkdir -p aerospike-client-php \
328328 && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
329329 && ( \
330- cd aerospike-client-php/src/aerospike \
330+ cd aerospike-client-php/src \
331331 && phpize \
332332 && ./build.sh \
333333 && make install \
Original file line number Diff line number Diff line change @@ -325,11 +325,11 @@ RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \
325325 apt-get -y install sudo wget && \
326326
327327 # Install the php aerospike extension
328- curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/3.4.14 .tar.gz" \
328+ curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/master .tar.gz" \
329329 && mkdir -p aerospike-client-php \
330330 && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
331331 && ( \
332- cd aerospike-client-php/src/aerospike \
332+ cd aerospike-client-php/src \
333333 && phpize \
334334 && ./build.sh \
335335 && make install \
You can’t perform that action at this time.
0 commit comments