Skip to content

Commit 91e55ad

Browse files
committed
Revert "chore: synchronize workspaces"
This reverts commit 3e263ba.
1 parent 78c5247 commit 91e55ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile-test-hsm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENV HSM_LIBRARY=/usr/lib/softhsm/libsofthsm2.so
2020
ENV HSM_TOKEN_LABEL=hydra
2121
ENV HSM_PIN=1234
2222

23-
RUN apk add --no-cache softhsm opensc
23+
RUN apt-get -y install softhsm opensc
2424
RUN pkcs11-tool --module "$HSM_LIBRARY" --slot 0 --init-token --so-pin 0000 --init-pin --pin "$HSM_PIN" --label "$HSM_TOKEN_LABEL"
2525

2626
FROM builder as test-hsm

0 commit comments

Comments
 (0)