From cf3b8c5253b2052bf1554a62affb878e4ab021bf Mon Sep 17 00:00:00 2001 From: hoellen Date: Tue, 13 Aug 2019 11:28:36 +0200 Subject: [PATCH] add argon2 support --- nginx-php/Dockerfile.7.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nginx-php/Dockerfile.7.3 b/nginx-php/Dockerfile.7.3 index f6ad847..c46b111 100644 --- a/nginx-php/Dockerfile.7.3 +++ b/nginx-php/Dockerfile.7.3 @@ -49,6 +49,7 @@ ARG PHP_CONF=" \ --with-curl \ --with-libedit \ --with-openssl \ + --with-password-argon2 \ --with-iconv=/usr/local \ --with-gd \ --with-jpeg-dir \ @@ -104,7 +105,8 @@ ARG CUSTOM_BUILD_PKGS=" \ openssl-dev \ libbz2 \ sqlite-dev \ - imap-dev" + imap-dev \ + argon2-dev" ARG CUSTOM_PKGS=" \ freetype \ @@ -113,6 +115,7 @@ ARG CUSTOM_PKGS=" \ bzip2-dev \ icu \ libpq \ + argon2-libs \ c-client" COPY rootfs /