Add libcrypt-openssl-pkcs12-perl to Dockerfile

After merging #381 docker image started to crash when using google xoauth with:

Can't locate Crypt/OpenSSL/PKCS12.pm in @INC (you may need to install the Crypt::OpenSSL::PKCS12 module)
This commit is contained in:
Martin Mlynář 2024-03-16 15:58:06 +01:00 committed by GitHub
parent b0619eb2c8
commit 9fc8afcae5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,6 +50,7 @@ RUN set -xe && \
libauthen-ntlm-perl \
libcgi-pm-perl \
libcrypt-openssl-rsa-perl \
libcrypt-openssl-pkcs12-perl \
libdata-uniqid-perl \
libencode-imaputf7-perl \
libfile-copy-recursive-perl \