Skip to content

Commit

Permalink
Attempt fix for #280
Browse files Browse the repository at this point in the history
  • Loading branch information
richarvey committed Mar 17, 2023
1 parent 3408223 commit 4d66d05
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ RUN apk add --no-cache --virtual .sys-deps \
sqlite-dev \
imap-dev \
postgresql-dev \
lua-resty-core && \
lua-resty-core \
libjpeg-turbo-dev \
libwebp-dev \
zlib-dev \
libxpm-dev \
libpng \
libpng-dev && \
# Install PHP modules
docker-php-ext-configure gd \
--enable-gd \
Expand Down

0 comments on commit 4d66d05

Please sign in to comment.