Skip to content

Commit

Permalink
Merge pull request #2077 from smallstep/jdoss/HSM_container_packages
Browse files Browse the repository at this point in the history
Add PKCS11 Packages in HSM container image
  • Loading branch information
jdoss authored Nov 19, 2024
2 parents b1c3d18 + ae54b5a commit 7c9e3ff
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 p11-kit
RUN mkdir -p /run/pcscd
RUN chown step:step /run/pcscd
USER step
Expand Down

0 comments on commit 7c9e3ff

Please sign in to comment.