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

create symlinks

This commit is contained in:
Jason N. 2024-03-20 11:07:25 -04:00
parent b4159cf8ed
commit 9ef7c37f3e

View file

@ -20,6 +20,7 @@ VOLUME /build-container-installer/repos
VOLUME /cache VOLUME /cache
RUN dnf install -y make && make install-deps 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"] ENTRYPOINT ["/bin/bash", "/build-container-installer/entrypoint.sh"]