We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63b649 commit cd57b50Copy full SHA for cd57b50
docker/Dockerfile.hsm
@@ -18,7 +18,7 @@ COPY --from=kms /usr/local/bin/step-kms-plugin /usr/local/bin/step-kms-plugin
18
19
USER root
20
RUN apt-get update
21
-RUN apt-get install -y --no-install-recommends pcscd libpcsclite1
+RUN apt-get install -y --no-install-recommends opensc opensc-pkcs11 pcscd gnutls-bin libpcsclite1
22
RUN mkdir -p /run/pcscd
23
RUN chown step:step /run/pcscd
24
USER step
0 commit comments