diff --git a/Containerfile b/Containerfile index 6bde5d9..93c9861 100644 --- a/Containerfile +++ b/Containerfile @@ -48,8 +48,6 @@ FROM ghcr.io/ublue-os/${SOURCE_IMAGE}${SOURCE_SUFFIX}:${SOURCE_TAG} ## make modifications desired in your image and install packages by modifying the build.sh script ## the following RUN directive does all the things required to run "build.sh" as recommended. -COPY --from=ghcr.io/ublue-os/akmods-extra:fsync-40 /rpms/ /tmp/rpms - COPY build.sh /tmp/build.sh RUN mkdir -p /var/lib/alternatives && \