Skip to content

Commit

Permalink
Updated gd config options for php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyinkin committed Oct 14, 2024
1 parent c249851 commit 9e01e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \
RUN apt-get clean && rm -rf /var/lib/apt/lists/*

RUN docker-php-ext-install pdo pgsql pdo_pgsql zip exif pcntl
RUN docker-php-ext-configure gd --enable-gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ --with-png=/usr/include/
RUN docker-php-ext-configure gd --enable-gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/
RUN docker-php-ext-install gd

RUN pecl install -o -f redis && rm -rf /tmp/pear && docker-php-ext-enable redis
Expand Down

0 comments on commit 9e01e93

Please sign in to comment.