Skip to content

Commit

Permalink
Merge pull request #303 from ase-101/release-0.10.x
Browse files Browse the repository at this point in the history
Docker container failing to find libpkcs11-proxy.so
  • Loading branch information
ckm007 authored Dec 23, 2024
2 parents 4e02b09 + d569621 commit 0c1fd63
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 0c1fd63

Please sign in to comment.