mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
debug
This commit is contained in:
parent
97ea650e05
commit
298998d85c
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ VOLUME /build-container-installer/build
|
|||
VOLUME /build-container-installer/repos
|
||||
VOLUME /cache
|
||||
|
||||
RUN cat /etc/rhsm/rhsm.conf
|
||||
RUN find /etc/rhsm
|
||||
|
||||
RUN dnf install -y make && make install-deps
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "/build-container-installer/entrypoint.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue