diff --git a/Containerfile b/Containerfile index 1cc1e03fd29..497cdbaad24 100644 --- a/Containerfile +++ b/Containerfile @@ -18,6 +18,9 @@ COPY --from=docker.io/bketelsen/apx:latest /usr/bin/apx /usr/bin/apx COPY --from=docker.io/bketelsen/apx:latest /etc/apx/config.json /etc/apx/config.json COPY --from=docker.io/bketelsen/apx:latest /usr/share/apx /usr/share/apx + +COPY --from=docker.io/bketelsen/fleek:latest /app/fleek /usr/bin/fleek + #RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/gnome-vrr/repo/fedora-"${FEDORA_MAJOR_VERSION}"/kylegospo-gnome-vrr-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo #RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr mutter gnome-control-center gnome-control-center-filesystem diff --git a/etc/justfile b/etc/justfile index 031904ae459..4659a76c06f 100644 --- a/etc/justfile +++ b/etc/justfile @@ -26,7 +26,7 @@ distrobox-ubuntu: nix-me-up: echo 'Setting phasers to kill. Installing nix.' /usr/bin/ublue-nix-installer - + update: rpm-ostree update flatpak update -y