Skip to content

Commit

Permalink
chore: update coolify docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusantguerrero committed Sep 11, 2024
1 parent d6f9775 commit b61de25
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 b61de25

Please sign in to comment.