diff --git a/Containerfile b/Containerfile index 1219550..e77fa97 100644 --- a/Containerfile +++ b/Containerfile @@ -20,6 +20,7 @@ VOLUME /build-container-installer/repos VOLUME /cache RUN dnf install -y make && make install-deps +RUN ln -s /run/secrets/etc-pki-entitlement /etc/pki/entitlement-host && ln -s /run/secrets/rhsm /etc/rhsm-host ENTRYPOINT ["/bin/bash", "/build-container-installer/entrypoint.sh"]