Improve signer and signer_client setup
This commit is contained in:
parent
774c6b0e9c
commit
d0d7ba64d9
4 changed files with 22 additions and 11 deletions
|
@ -1,8 +1,12 @@
|
|||
FROM debian:jessie
|
||||
|
||||
COPY testca/root/ca.crt.pem /usr/local/share/ca-certificates/testca_root.crt
|
||||
COPY testca/class3/ca.crt.pem /usr/local/share/ca-certificates/testca_class3.crt
|
||||
|
||||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
gnupg \
|
||||
libdbd-mysql-perl \
|
||||
libdbi-perl \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue