We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb82e88 commit 19f4759Copy full SHA for 19f4759
Containerfile
@@ -18,6 +18,8 @@ FROM ghcr.io/ublue-os/kinoite-main:latest
18
## make modifications desired in your image and install packages by modifying the build.sh script
19
## the following RUN directive does all the things required to run "build.sh" as recommended.
20
21
+RUN ls
22
+
23
RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
24
--mount=type=cache,dst=/var/cache \
25
--mount=type=cache,dst=/var/log \
0 commit comments