Skip to content

Commit

Permalink
Add p11-kit package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoss committed Nov 19, 2024
1 parent 0851563 commit ae54b5a
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 opensc opensc-pkcs11 pcscd gnutls-bin libpcsclite1
RUN apt-get install -y --no-install-recommends opensc opensc-pkcs11 pcscd gnutls-bin libpcsclite1 p11-kit
RUN mkdir -p /run/pcscd
RUN chown step:step /run/pcscd
USER step
Expand Down

0 comments on commit ae54b5a

Please sign in to comment.