This repository was archived by the owner on Mar 15, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ RUN set -xe &&\
4646# | Installs the APCu extension for PHP.
4747# |
4848
49- ENV APCU_VERSION v5 .1.8
49+ ENV APCU_VERSION 5 .1.8
5050
5151RUN mkdir -p /usr/src/php/ext/apcu &&\
52- curl -L https://github.com/krakjoe/apcu/archive/$APCU_VERSION.tar.gz | tar xvz -C /usr/src/php/ext/apcu --strip 1 &&\
52+ curl -L https://github.com/krakjoe/apcu/archive/v $APCU_VERSION.tar.gz | tar xvz -C /usr/src/php/ext/apcu --strip 1 &&\
5353 echo 'apcu' >> /usr/src/php-available-exts &&\
5454 docker-php-ext-install apcu
5555
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ RUN set -xe &&\
4646# | Installs the APCu extension for PHP.
4747# |
4848
49- ENV APCU_VERSION v5 .1.8
49+ ENV APCU_VERSION 5 .1.8
5050
5151RUN mkdir -p /usr/src/php/ext/apcu &&\
52- curl -L https://github.com/krakjoe/apcu/archive/$APCU_VERSION.tar.gz | tar xvz -C /usr/src/php/ext/apcu --strip 1 &&\
52+ curl -L https://github.com/krakjoe/apcu/archive/v $APCU_VERSION.tar.gz | tar xvz -C /usr/src/php/ext/apcu --strip 1 &&\
5353 echo 'apcu' >> /usr/src/php-available-exts &&\
5454 docker-php-ext-install apcu
5555
You can’t perform that action at this time.
0 commit comments