DEVOPS-1859 fix Dockerfile
This commit is contained in:
parent
a28fd00627
commit
82b1d451b9
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ COPY --chown=ervu:ervu conf/cacerts /cacerts
|
|||
COPY --chown=ervu:ervu conf/certs /certs
|
||||
|
||||
RUN echo "Installing CA certificates" \
|
||||
&& find /cacerts -regex ".*\.\(cer\|crt\)$" -exec /opt/cprocsp/bin/amd64/certmgr -install -store mCA -file {} \;
|
||||
&& find /cacerts -regex ".*\.\(cer\|crt\)$" -exec /opt/cprocsp/bin/amd64/certmgr -install -store mRoot -file {} \;
|
||||
|
||||
USER ervu
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue