Skip to content

Commit 19f4759

Browse files
committed
TEST
1 parent fb82e88 commit 19f4759

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Containerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ FROM ghcr.io/ublue-os/kinoite-main:latest
1818
## make modifications desired in your image and install packages by modifying the build.sh script
1919
## the following RUN directive does all the things required to run "build.sh" as recommended.
2020

21+
RUN ls
22+
2123
RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
2224
--mount=type=cache,dst=/var/cache \
2325
--mount=type=cache,dst=/var/log \

0 commit comments

Comments
 (0)