diff --git a/Containerfile b/Containerfile index 9239ed6..ce69152 100644 --- a/Containerfile +++ b/Containerfile @@ -8,10 +8,12 @@ FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION} AS framework ARG BASE_IMAGE_NAME="${BASE_IMAGE_NAME:-silverblue}" ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-38}" -COPY usr /usr +COPY --from=ghcr.io/bobslept/config-framework:latest /rpms /tmp/rpms COPY framework-install.sh /tmp/framework-install.sh COPY framework-packages.json /tmp/framework-packages.json +RUN rpm-ostree install /tmp/rpms/*.rpm + RUN /tmp/framework-install.sh && \ systemctl enable tlp && \ systemctl enable fprintd && \