This commit is contained in:
parent
fb79cbc432
commit
ce3f4aef8a
@ -44,14 +44,13 @@ RUN apk add --no-cache \
|
|||||||
zip \
|
zip \
|
||||||
unzip \
|
unzip \
|
||||||
curl \
|
curl \
|
||||||
shadow \
|
shadow
|
||||||
|
|
||||||
RUN apk --no-cache add pcre-dev ${PHPIZE_DEPS} \
|
RUN apk --no-cache add pcre-dev ${PHPIZE_DEPS} \
|
||||||
&& pecl install redis \
|
&& pecl install redis \
|
||||||
&& docker-php-ext-enable redis \
|
&& docker-php-ext-enable redis \
|
||||||
&& apk del pcre-dev ${PHPIZE_DEPS} s\
|
&& apk del pcre-dev ${PHPIZE_DEPS} s\
|
||||||
&& rm -rf /tmp/pear \
|
&& rm -rf /tmp/pear
|
||||||
|
|
||||||
|
|
||||||
# Install PHP extensions
|
# Install PHP extensions
|
||||||
RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \
|
RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user