Skip to content

Commit 4d66d05

Browse files
committed
Attempt fix for #280
1 parent 3408223 commit 4d66d05

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,13 @@ RUN apk add --no-cache --virtual .sys-deps \
5656
sqlite-dev \
5757
imap-dev \
5858
postgresql-dev \
59-
lua-resty-core && \
59+
lua-resty-core \
60+
libjpeg-turbo-dev \
61+
libwebp-dev \
62+
zlib-dev \
63+
libxpm-dev \
64+
libpng \
65+
libpng-dev && \
6066
# Install PHP modules
6167
docker-php-ext-configure gd \
6268
--enable-gd \

0 commit comments

Comments
 (0)