We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef868e6 commit 815ee47Copy full SHA for 815ee47
Dockerfile
@@ -199,10 +199,11 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
199
imap-dev \
200
libjpeg-turbo-dev \
201
postgresql-dev && \
202
- docker-php-ext-install gd && \
203
docker-php-ext-configure gd \
+ --enable-gd \
204
--with-freetype \
205
--with-jpeg && \
206
+ docker-php-ext-install gd && \
207
pip install --upgrade pip && \
208
#curl iconv session
209
#docker-php-ext-install pdo_mysql pdo_sqlite mysqli mcrypt gd exif intl xsl json soap dom zip opcache && \
0 commit comments