This repository was archived by the owner on Nov 19, 2021. It is now read-only.
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y libgmp-dev libxml2-dev acl unzip gnupg
8
8
RUN pecl install xdebug && docker-php-ext-enable xdebug
9
9
RUN ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
10
10
RUN rm -rf /var/lib/apt/lists/*
11
- RUN docker-php-ext-configure gd
11
+ RUN docker-php-ext-configure gd --with-jpeg-dir --with-freetype-dir
12
12
RUN docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip bcmath bz2 gmp soap xsl intl calendar
13
13
RUN pecl install imagick && docker-php-ext-enable imagick
14
14
RUN pecl install pcov && docker-php-ext-enable pcov
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y libgmp-dev libxml2-dev acl unzip bc bzi
8
8
RUN pecl install xdebug && docker-php-ext-enable xdebug
9
9
RUN ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
10
10
RUN rm -rf /var/lib/apt/lists/*
11
- RUN docker-php-ext-configure gd
11
+ RUN docker-php-ext-configure gd --with-jpeg-dir --with-freetype-dir
12
12
RUN docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip bcmath bz2 gmp soap xsl intl calendar
13
13
RUN pecl install imagick && docker-php-ext-enable imagick
14
14
RUN pecl install pcov && docker-php-ext-enable pcov
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y libgmp-dev libxml2-dev acl unzip bc bzi
8
8
RUN pecl install xdebug && docker-php-ext-enable xdebug
9
9
RUN ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
10
10
RUN rm -rf /var/lib/apt/lists/*
11
- RUN docker-php-ext-configure gd
11
+ RUN docker-php-ext-configure gd --with-jpeg --with-freetype
12
12
RUN docker-php-ext-install gd mbstring pdo pdo_mysql pdo_pgsql zip bcmath bz2 gmp soap xsl intl calendar
13
13
RUN pecl install imagick && docker-php-ext-enable imagick
14
14
RUN pecl install pcov && docker-php-ext-enable pcov
You can’t perform that action at this time.
0 commit comments