Skip to content

Commit 815ee47

Browse files
boxedcodekabudu
andauthored
fix JPG and Freetype support (#268)
Co-authored-by: Kamba Abudu <kabudu@gmail.com>
1 parent ef868e6 commit 815ee47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,11 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
199199
imap-dev \
200200
libjpeg-turbo-dev \
201201
postgresql-dev && \
202-
docker-php-ext-install gd && \
203202
docker-php-ext-configure gd \
203+
--enable-gd \
204204
--with-freetype \
205205
--with-jpeg && \
206+
docker-php-ext-install gd && \
206207
pip install --upgrade pip && \
207208
#curl iconv session
208209
#docker-php-ext-install pdo_mysql pdo_sqlite mysqli mcrypt gd exif intl xsl json soap dom zip opcache && \

0 commit comments

Comments
 (0)