diff --git a/Dockerfile b/Dockerfile index 21e6eddf..994a7ffe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,9 @@ RUN apt-get update && \ apt-get install -y ca-certificates curl patch pip cmake && apt-get clean +COPY --chmod=644 custom-ca-certs/* /usr/local/share/ca-certificates/ +RUN update-ca-certificates + # Use the variables in subsequent instructions RUN echo "Target Architecture: $TARGETARCH" RUN echo "Target Variant: $TARGETVARIANT" diff --git a/custom-ca-certs/.keep b/custom-ca-certs/.keep new file mode 100644 index 00000000..e69de29b