mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add repos volume
This commit is contained in:
parent
a9bd5aeb16
commit
a8e9add0cc
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ COPY / /build-container-installer/
|
||||||
|
|
||||||
WORKDIR /build-container-installer
|
WORKDIR /build-container-installer
|
||||||
VOLUME /build-container-installer/build
|
VOLUME /build-container-installer/build
|
||||||
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue