Skip to content

Commit 59b1329

Browse files
committed
PHP/8.4.7 - sodium fix
1 parent 89fabc8 commit 59b1329

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV PHPIZE_DEPS \
2323
libmagickwand-dev \
2424
zlib1g-dev \
2525
libzip-dev \
26-
# libsodium-dev \
26+
libsodium-dev \
2727
make \
2828
pkg-config \
2929
gpg-agent \
@@ -239,8 +239,6 @@ RUN pecl install imagick && docker-php-ext-enable imagick
239239
RUN pecl install imap && docker-php-ext-enable imap
240240
# XDEBUG
241241
RUN pecl install xdebug
242-
# libsodium needs 1.0.9 but had 1.0.0 only. So not using it at the moment
243-
#RUN pecl install libsodium-2.0.21 && docker-php-ext-enable libsodium
244242

245243
# Install PHP composer
246244
RUN cd /usr/local/bin \

0 commit comments

Comments
 (0)