Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
worstinme committed Apr 11, 2020
1 parent 2b8e4eb commit 6ff19d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ opcache.fast_shutdown=1\n\
opcache.enable_cli=1\n\
opcache.enable=1\n" > /usr/local/etc/php/conf.d/opcache.ini

RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing gnu-libiconv
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php

ENV PHP_REDIS_VERSION 5.1.1
RUN git clone --branch ${PHP_REDIS_VERSION} https://github.com/phpredis/phpredis /tmp/phpredis \
&& cd /tmp/phpredis \
Expand Down

0 comments on commit 6ff19d7

Please sign in to comment.