mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
add argon2 support
This commit is contained in:
parent
28e4016af8
commit
cf3b8c5253
@ -49,6 +49,7 @@ ARG PHP_CONF=" \
|
|||||||
--with-curl \
|
--with-curl \
|
||||||
--with-libedit \
|
--with-libedit \
|
||||||
--with-openssl \
|
--with-openssl \
|
||||||
|
--with-password-argon2 \
|
||||||
--with-iconv=/usr/local \
|
--with-iconv=/usr/local \
|
||||||
--with-gd \
|
--with-gd \
|
||||||
--with-jpeg-dir \
|
--with-jpeg-dir \
|
||||||
@ -104,7 +105,8 @@ ARG CUSTOM_BUILD_PKGS=" \
|
|||||||
openssl-dev \
|
openssl-dev \
|
||||||
libbz2 \
|
libbz2 \
|
||||||
sqlite-dev \
|
sqlite-dev \
|
||||||
imap-dev"
|
imap-dev \
|
||||||
|
argon2-dev"
|
||||||
|
|
||||||
ARG CUSTOM_PKGS=" \
|
ARG CUSTOM_PKGS=" \
|
||||||
freetype \
|
freetype \
|
||||||
@ -113,6 +115,7 @@ ARG CUSTOM_PKGS=" \
|
|||||||
bzip2-dev \
|
bzip2-dev \
|
||||||
icu \
|
icu \
|
||||||
libpq \
|
libpq \
|
||||||
|
argon2-libs \
|
||||||
c-client"
|
c-client"
|
||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user