We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c5247 commit 91e55adCopy full SHA for 91e55ad
.docker/Dockerfile-test-hsm
@@ -20,7 +20,7 @@ ENV HSM_LIBRARY=/usr/lib/softhsm/libsofthsm2.so
20
ENV HSM_TOKEN_LABEL=hydra
21
ENV HSM_PIN=1234
22
23
-RUN apk add --no-cache softhsm opensc
+RUN apt-get -y install softhsm opensc
24
RUN pkcs11-tool --module "$HSM_LIBRARY" --slot 0 --init-token --so-pin 0000 --init-pin --pin "$HSM_PIN" --label "$HSM_TOKEN_LABEL"
25
26
FROM builder as test-hsm
0 commit comments