Skip to content

Commit

Permalink
fix alpine build
Browse files Browse the repository at this point in the history
  • Loading branch information
htuscher committed Apr 22, 2021
1 parent a353421 commit 40b58cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker/php-official/8.0-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ RUN set -x \
&& docker-php-ext-configure $MEMCACHED \
&& docker-php-ext-install $MEMCACHED \
&& rm -rf $MEMCACHED \
&& pecl install memcached \
&& pecl install apcu \
&& pecl install vips \
&& pecl install yaml \
Expand Down
1 change: 0 additions & 1 deletion template/Dockerfile/images/php.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@
&& docker-php-ext-enable memcached \
{%- endif %}
{%- if version == '8.0' %}
&& pecl install memcached \
&& pecl install apcu \
&& pecl install vips \
&& pecl install yaml \
Expand Down

0 comments on commit 40b58cc

Please sign in to comment.