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 bd1cc4a commit aa923bbCopy full SHA for aa923bb
1 file changed
Containerfile
@@ -11,9 +11,6 @@ COPY system-files/wm /
11
12
ARG IMAGE=${IMAGE}
13
14
-RUN mkdir -p /usr/lib/bootupd/updates \
15
- && cp -r /usr/lib/efi/*/*/* /usr/lib/bootupd/updates
16
-
17
# NVIDIA flavor only: overlay nvidia system-files (COPY can't be conditional)
18
RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
19
if [ "$IMAGE" = "zena-nvidia" ]; then cp -avf /ctx/system-files/nvidia/. / ; fi
0 commit comments