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

dynamic repo list

This commit is contained in:
Jason N. 2024-03-06 09:10:26 -05:00
parent 38f41f7acc
commit a6051d2221
4 changed files with 17 additions and 5 deletions

View file

@ -19,8 +19,10 @@ COPY /entrypoint.sh /
WORKDIR /build-container-installer
RUN dnf install -y make && make install-deps
RUN ln -s ~/.local/share/containers/cache /cache/skopeo
VOLUME /build-container-installer/build
VOLUME /cache
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]