1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

replace coreutils-single

This commit is contained in:
Jason N. 2024-03-20 13:20:53 -04:00
parent 8a906ec69b
commit 1bf30ea293

View file

@ -21,7 +21,7 @@ VOLUME /build-container-installer/build
VOLUME /build-container-installer/repos
VOLUME /cache
RUN dnf install -y make && make install-deps
RUN if [[ "$(grep '^ID=' /etc/os-release)" == 'ID="rhel"' ]]; then dnf install -y coreutils --allowerasing; fi; 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"]