Skip to content

Commit 92fcc0f

Browse files
committed
fix: containerfile build
1 parent 47be500 commit 92fcc0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Containerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
ARG FEDORA_MAJOR_VERSION=43
22
FROM ghcr.io/ublue-os/kinoite-main:${FEDORA_MAJOR_VERSION} AS base
3-
FROM ghcr.io/ublue-os/brew:latest AS brew
43

54
ARG AKMODS_FLAVOR
65
ARG FEDORA_MAJOR_VERSION
@@ -11,10 +10,10 @@ ARG SHA_HEAD_SHORT
1110
ARG IMAGE_TAG
1211
ARG VERSION
1312

13+
# https://github.com/ublue-os/brew
14+
COPY --from=ghcr.io/ublue-os/brew:latest /system_files /
1415
COPY system_files /
1516
COPY build_scripts /var/tmp/build_scripts
16-
# https://github.com/ublue-os/brew
17-
COPY --from=brew /system_files /system_files/shared
1817

1918
RUN --mount=type=tmpfs,dst=/tmp \
2019
/var/tmp/build_scripts/build-base.sh

0 commit comments

Comments
 (0)