Skip to content

Commit

Permalink
issue Fix #1911
Browse files Browse the repository at this point in the history
Signed-off-by: Aakash788 <[email protected]>
  • Loading branch information
Aakash788 committed Jul 4, 2024
1 parent 95c4929 commit bf4ee69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile-alpine.template
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ RUN set -ex; \
pcre-dev \
postgresql-dev \
; \
# Install diffutils to address diff dependencies issue
apk add --no-cache diffutils; \
\
docker-php-ext-configure ftp --with-openssl-dir=/usr; \
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
Expand Down

0 comments on commit bf4ee69

Please sign in to comment.