We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fabc8 commit 59b1329Copy full SHA for 59b1329
Dockerfile
@@ -23,7 +23,7 @@ ENV PHPIZE_DEPS \
23
libmagickwand-dev \
24
zlib1g-dev \
25
libzip-dev \
26
-# libsodium-dev \
+ libsodium-dev \
27
make \
28
pkg-config \
29
gpg-agent \
@@ -239,8 +239,6 @@ RUN pecl install imagick && docker-php-ext-enable imagick
239
RUN pecl install imap && docker-php-ext-enable imap
240
# XDEBUG
241
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
244
245
# Install PHP composer
246
RUN cd /usr/local/bin \
0 commit comments