Update Containerfile
Add niri + noctalia shell
This commit is contained in:
+7
-1
@@ -1,5 +1,9 @@
|
|||||||
FROM registry.fedoraproject.org/fedora-bootc:44
|
FROM registry.fedoraproject.org/fedora-bootc:44
|
||||||
|
|
||||||
|
#Install copr command
|
||||||
|
RUN dnf5 install 'dnf5-command(copr)' -y && \
|
||||||
|
dnf copr enable lionheartp/Hyprland
|
||||||
|
|
||||||
#Ajout du dépot vscode
|
#Ajout du dépot vscode
|
||||||
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
|
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
|
||||||
&& echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\nautorefresh=1\ntype=rpm-md\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | tee /etc/yum.repos.d/vscode.repo > /dev/null
|
&& echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\nautorefresh=1\ntype=rpm-md\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | tee /etc/yum.repos.d/vscode.repo > /dev/null
|
||||||
@@ -24,6 +28,8 @@ RUN dnf install -y \
|
|||||||
podman \
|
podman \
|
||||||
rsync \
|
rsync \
|
||||||
code \
|
code \
|
||||||
|
niri \
|
||||||
|
noctalia-git \
|
||||||
podman-docker \
|
podman-docker \
|
||||||
podman-compose \
|
podman-compose \
|
||||||
fuse-overlayfs \
|
fuse-overlayfs \
|
||||||
@@ -45,7 +51,7 @@ RUN dnf install -y \
|
|||||||
gstreamer1-plugins-base \
|
gstreamer1-plugins-base \
|
||||||
gstreamer1-vaapi \
|
gstreamer1-vaapi \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
&& dnf remove -y gnome-software gnome-software-rpm-ostree gnome-system-monitor showtime decibels snapshot PackageKit PackageKit-gstreamer-plugin PackageKit-command-not-found toolbox || true \
|
&& dnf remove -y alacritty waybar gnome-software gnome-software-rpm-ostree gnome-system-monitor showtime decibels snapshot PackageKit PackageKit-gstreamer-plugin PackageKit-command-not-found toolbox || true \
|
||||||
&& dnf install -y flatpak \
|
&& dnf install -y flatpak \
|
||||||
&& dnf clean all \
|
&& dnf clean all \
|
||||||
&& rm -rf /var/cache/dnf
|
&& rm -rf /var/cache/dnf
|
||||||
|
|||||||
Reference in New Issue
Block a user