Update Containerfile
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/cron/ci Pipeline was successful

This commit is contained in:
2026-04-23 19:24:01 +02:00
parent 0105dc7118
commit 07ad73306c
+1 -6
View File
@@ -1,9 +1,5 @@
FROM registry.fedoraproject.org/fedora-bootc:44
#Ajout du dépot vscode
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
#Ajout du dépot mullvad
RUN curl -fsSL https://repository.mullvad.net/rpm/stable/mullvad.repo -o /etc/yum.repos.d/mullvad.repo
@@ -23,9 +19,7 @@ RUN dnf install -y \
glibc-langpack-fr \
langpacks-core-fr \
langpacks-fr \
flatpak \
distrobox \
code \
buildah \
podman \
rsync \
@@ -52,6 +46,7 @@ RUN dnf install -y \
gstreamer1-vaapi \
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 install -y flatpak \
&& dnf clean all \
&& rm -rf /var/cache/dnf