hoellen / dockerfiles

Dockerfiles
https://hub.docker.com/u/hoellen
Creative Commons Zero v1.0 Universal
37 stars 17 forks source link

Add argon2 #30

Closed eloo closed 5 years ago

eloo commented 5 years ago

Hi, would you mind to add argon2 support to your nginx-php image? This will be used in nextcloud for password hashing. If you want i can also provide a PR. (see https://github.com/Wonderfall/docker-nginx-php/pull/4)

Thanks

hoellen commented 5 years ago

Hello,

I added argon2 support with cf3b8c5253b2052bf1554a62affb878e4ab021bf. The builds are already updated. Thanks for the hint.

With PHP 7.4 there is no need for the additional dependencies (argon2-dev and argon2-libs). So maybe we should remove the package in near future again.

hoellen