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

is ssh key and remove debug

This commit is contained in:
Jason N. 2024-03-19 18:44:49 -04:00
parent 578c751db4
commit 97ea650e05
2 changed files with 1 additions and 3 deletions

View file

@ -21,8 +21,6 @@ VOLUME /build-container-installer/build
VOLUME /build-container-installer/repos
VOLUME /cache
RUN find /run/secrets
RUN dnf install -y make && make install-deps
ENTRYPOINT ["/bin/bash", "/build-container-installer/entrypoint.sh"]