diff --git a/Containerfile b/Containerfile index 4408038..23f1cda 100644 --- a/Containerfile +++ b/Containerfile @@ -1,7 +1,8 @@ FROM registry.fedoraproject.org/fedora-bootc:44 #Install copr command -RUN dnf5 install 'dnf5-command(copr)' -y +RUN dnf5 install 'dnf5-command(copr)' -y \ + && dnf copr enable yannmasoch/nautilus-my-computer -y #Ajout du dépot vscode RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \ @@ -13,6 +14,7 @@ RUN dnf install -y --refresh \ @hardware-support \ @development-tools \ @multimedia \ + nautilus-my-computer \ vulkan-tools \ mesa-vulkan-drivers \ mesa-vulkan-drivers.i686 \