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

what's in results

This commit is contained in:
Jason N. 2024-03-20 13:48:33 -04:00
parent 1bf30ea293
commit b39bc92023
2 changed files with 7 additions and 3 deletions

View file

@ -22,7 +22,6 @@ VOLUME /build-container-installer/repos
VOLUME /cache
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"]