Skip to content

Commit 0851563

Browse files
committed
Add in PKCS11 packages.
1 parent b1c3d18 commit 0851563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.hsm

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY --from=kms /usr/local/bin/step-kms-plugin /usr/local/bin/step-kms-plugin
1818

1919
USER root
2020
RUN apt-get update
21-
RUN apt-get install -y --no-install-recommends pcscd libpcsclite1
21+
RUN apt-get install -y --no-install-recommends opensc opensc-pkcs11 pcscd gnutls-bin libpcsclite1
2222
RUN mkdir -p /run/pcscd
2323
RUN chown step:step /run/pcscd
2424
USER step

0 commit comments

Comments
 (0)