Skip to content

Commit

Permalink
Merge pull request #451 from jesusantguerrero/feat/coolify
Browse files Browse the repository at this point in the history
chore: update coolify docker images
  • Loading branch information
jesusantguerrero authored Sep 11, 2024
2 parents 9b0b9e0 + b61de25 commit fc371e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coolify.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \
# Clear cache
RUN apt-get clean && rm -rf /var/lib/apt/lists/* && \
# Install PHP extensions
docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd && \
docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd zip && \
#install mailparse
pecl install mailparse && \
echo extension=mailparse.so > /usr/local/etc/php/conf.d/mailparse.ini && \
Expand Down

0 comments on commit fc371e8

Please sign in to comment.