File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,18 @@ RUN set -ex \
1717 curl-dev \
1818 openssl \
1919 postgresql \
20+ jpeg-dev \
21+ libpng-dev \
22+ libwebp-dev \
23+ libjpeg-turbo \
2024 postgresql-dev \
21- libzip-dev \
22- php83-pecl-imagick --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community && \
23- pecl install imagick && \
24- docker-php-ext-enable imagick && \
25+ freetype-dev \
26+ libzip-dev imagemagick imagemagick-dev && \
27+ docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp && \
2528 docker-php-ext-install ctype pdo pdo_pgsql pcntl exif zip intl && \
2629 apk del autoconf && \
2730 rm -rf /var/cache/apk/* /tmp/pear /usr/src/*
28-
31+
2932# Configure nginx
3033COPY config/nginx.conf /etc/nginx/nginx.conf
3134
You can’t perform that action at this time.
0 commit comments