Skip to content

Commit

Permalink
Add in PKCS11 packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoss committed Nov 19, 2024
1 parent e63b649 commit cd57b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.hsm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY --from=kms /usr/local/bin/step-kms-plugin /usr/local/bin/step-kms-plugin

USER root
RUN apt-get update
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
RUN mkdir -p /run/pcscd
RUN chown step:step /run/pcscd
USER step
Expand Down

0 comments on commit cd57b50

Please sign in to comment.