DEVOPS-1859 fix Dockerfile

This commit is contained in:
Pavel Zilke 2024-12-26 11:27:04 +03:00 committed by Халтобин Евгений
parent a28fd00627
commit 82b1d451b9

View file

@ -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