mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
move volume
This commit is contained in:
parent
a6051d2221
commit
eca138486d
1 changed files with 2 additions and 3 deletions
|
|
@ -17,12 +17,11 @@ COPY /Makefile /build-container-installer
|
||||||
COPY /entrypoint.sh /
|
COPY /entrypoint.sh /
|
||||||
|
|
||||||
WORKDIR /build-container-installer
|
WORKDIR /build-container-installer
|
||||||
|
VOLUME /build-container-installer/build
|
||||||
|
VOLUME /cache
|
||||||
|
|
||||||
RUN dnf install -y make && make install-deps
|
RUN dnf install -y make && make install-deps
|
||||||
RUN ln -s ~/.local/share/containers/cache /cache/skopeo
|
RUN ln -s ~/.local/share/containers/cache /cache/skopeo
|
||||||
|
|
||||||
VOLUME /build-container-installer/build
|
|
||||||
VOLUME /cache
|
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue