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 \
17
17
curl-dev \
18
18
openssl \
19
19
postgresql \
20
+ jpeg-dev \
21
+ libpng-dev \
22
+ libwebp-dev \
23
+ libjpeg-turbo \
20
24
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 && \
25
28
docker-php-ext-install ctype pdo pdo_pgsql pcntl exif zip intl && \
26
29
apk del autoconf && \
27
30
rm -rf /var/cache/apk/* /tmp/pear /usr/src/*
28
-
31
+
29
32
# Configure nginx
30
33
COPY config/nginx.conf /etc/nginx/nginx.conf
31
34
You can’t perform that action at this time.
0 commit comments