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