Skip to content

Commit

Permalink
Merge pull request mosip#58 from Prafulrakhade/release-0.9.x
Browse files Browse the repository at this point in the history
[DSD-5853] updated Dockerfile
  • Loading branch information
ckm007 authored Jul 29, 2024
2 parents 72a84a1 + 6f82d17 commit 4b47e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certify-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN apt-get -y update \
&& apt-get install -y unzip sudo\
&& groupadd -g ${container_user_gid} ${container_user_group} \
&& useradd -u ${container_user_uid} -g ${container_user_group} -s /bin/sh -m ${container_user} \
&& adduser ${container_user} sudo \
&& usermod -aG sudo ${container_user} \
&& echo "%sudo ALL=(ALL) NOPASSWD:/home/${container_user}/${hsm_local_dir}/install.sh" >> /etc/sudoers

# set working directory for the user
Expand Down

0 comments on commit 4b47e02

Please sign in to comment.