From ce56ac6cb0b315a767754217fe95a447cbad11f1 Mon Sep 17 00:00:00 2001 From: Joseph Weigl Date: Sat, 27 Apr 2019 22:55:51 +0200 Subject: [PATCH] Add argon2 support --- 7.2/Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/7.2/Dockerfile b/7.2/Dockerfile index 93bff47..e008519 100644 --- a/7.2/Dockerfile +++ b/7.2/Dockerfile @@ -58,7 +58,8 @@ ARG PHP_CONF=" \ --with-freetype-dir \ --enable-gd-native-ttf \ --disable-gd-jis-conv \ - --with-zlib" + --with-zlib \ + --with-password-argon2" ARG PHP_EXT_LIST=" \ mysqli \ @@ -105,7 +106,9 @@ ARG CUSTOM_BUILD_PKGS=" \ openssl-dev \ libbz2 \ sqlite-dev \ - imap-dev" + imap-dev \ + argon2-libs \ + argon2-dev" ARG CUSTOM_PKGS=" \ freetype \