forked from jan/cacert-devsetup
Install libemail-mime-perl in signer_client image
This commit is contained in:
parent
dc9bef9948
commit
5c924ee206
2 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,6 @@ services:
|
|||
environment:
|
||||
MYSQL_WEBDB_HOSTNAME: db
|
||||
MYSQL_WEBDB_DATABASE: cacert
|
||||
CSR_DIRECTORY: /srv/certs/csr
|
||||
CRT_DIRECTORY: /srv/certs/crt
|
||||
CRL_DIRECTORY: /srv/certs/crl
|
||||
SMTP_HOST: smtp
|
||||
|
|
|
@ -11,6 +11,7 @@ RUN apt-get update \
|
|||
libdbd-mysql-perl \
|
||||
libdbi-perl \
|
||||
libdevice-serialport-perl \
|
||||
libemail-mime-perl \
|
||||
libfile-counterfile-perl \
|
||||
libreadonly-perl \
|
||||
openssl \
|
||||
|
|
Loading…
Reference in a new issue