You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# sodium was built as a shared module (so that it can be replaced later if so desired), so let's enable it too (https://github.com/docker-library/php/issues/598)
227
-
RUN docker-php-ext-enable sodium
231
+
# TODO: --with-sodium=shared it results in: undefined symbol: sodium_init
0 commit comments