Skip to content

Commit

Permalink
fix mcrypt installation for php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Jan 25, 2024
1 parent e09efce commit 7dbcc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/php/Dockerfile.8.3
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ 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 \
Expand All @@ -26,6 +25,7 @@ RUN apt-get update \
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 7dbcc5e

Please sign in to comment.