|
&& cp ${CERT_DIR}/combined.pem /etc/pki/ca-trust/source/anchors/ \ |
This should instead use the common $OS_CA_CERT_SOURCE_PATH Dockerfile argument that already specifies this common path across each Dockerfile and is already currently being used to add the external-certificates before the OS ca trust is updated.
|
COPY external-certificates/ $OS_CA_CERT_SOURCE_PATH/ |