diff --git a/Containerfile b/Containerfile index c483eca..28c9541 100644 --- a/Containerfile +++ b/Containerfile @@ -37,6 +37,10 @@ RUN curl -o "/etc/yum.repos.d/docker.com.linux.fedora.docker-ce.repo" "https://d rpm-ostree install docker-ce docker-ce-cli && \ systemctl enable docker +# DisplayLink driver +COPY --from=ghcr.io/ublue-os/akmods-extra:main-${OS_VERSION} /rpms/ /tmp/rpms +RUN rpm-ostree install /tmp/rpms/kmods/kmod-evdi*.rpm + # Fingerprint reader setup RUN authselect enable-feature with-fingerprint && \ authselect apply-changes