Skip to content

Commit

Permalink
update php 8.3 to use pre-built mcrypt module
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Mar 31, 2024
1 parent 39c1ae2 commit bf1a3c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/php/Dockerfile.8.3
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,20 @@ RUN apt-get update \
php8.3-interbase \
php8.3-intl \
php8.3-mbstring \
php8.3-mcrypt \
php8.3-memcache \
php8.3-memcached \
php8.3-mysql \
php8.3-opcache \
php8.3-redis \
php8.3-soap \
php8.3-xdebug \
php8.3-zip \
webp \
msmtp \
msmtp-mta \
sudo \
cron \
php-pear php8.3-dev libmcrypt-dev gcc make autoconf libc-dev pkg-config && pecl install mcrypt-1.0.7 \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*

# msmtp to allow email sending
Expand Down

0 comments on commit bf1a3c7

Please sign in to comment.