Update Containerfile
This commit is contained in:
+1
-6
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user