Skip to content

Commit

Permalink
Docker container failing to find libpkcs11-proxy.so
Browse files Browse the repository at this point in the history
Issue:
libssl.so.3: cannot open shared object file: No such file or directory/usr/local/lib/softhsm/libpkcs11-proxy.so

As the master copy is updated with java 21 client.zip, change is to use java 11 compatible client.zip

Signed-off-by: ase-101 <[email protected]>
  • Loading branch information
ase-101 committed Dec 21, 2024
1 parent 4e02b09 commit d569621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock-identity-system/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN apt-get -y update \
&& echo "%sudo ALL=(ALL) NOPASSWD:/home/${container_user}/${hsm_local_dir}/install.sh" >> /etc/sudoers \
&& mkdir -p ${loader_path} \
&& chmod +x configure_start.sh \
&& wget https://raw.githubusercontent.com/mosip/artifactory-ref-impl/master/artifacts/src/hsm/client.zip -O client.zip \
&& wget https://raw.githubusercontent.com/mosip/artifactory-ref-impl/v1.2.0.3/artifacts/src/hsm/client.zip -O client.zip \
&& chown -R ${container_user}:${container_user} /home/${container_user}

# select container user for all tasks
Expand Down

0 comments on commit d569621

Please sign in to comment.