@@ -1,12 +1,5 @@
|
|||||||
FROM registry.fedoraproject.org/fedora-bootc:44
|
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
|
|
||||||
|
|
||||||
#Install de gnome avec support hardware + Podman + Cups + Vulkan driver + Plymouth + dev tools + divers utilitaires
|
#Install de gnome avec support hardware + Podman + Cups + Vulkan driver + Plymouth + dev tools + divers utilitaires
|
||||||
RUN dnf install -y \
|
RUN dnf install -y \
|
||||||
@gnome-desktop \
|
@gnome-desktop \
|
||||||
@@ -23,12 +16,10 @@ RUN dnf install -y \
|
|||||||
langpacks-core-fr \
|
langpacks-core-fr \
|
||||||
langpacks-fr \
|
langpacks-fr \
|
||||||
distrobox \
|
distrobox \
|
||||||
code \
|
|
||||||
buildah \
|
buildah \
|
||||||
podman \
|
podman \
|
||||||
rsync \
|
rsync \
|
||||||
podman-docker \
|
podman-docker \
|
||||||
mullvad-vpn \
|
|
||||||
podman-compose \
|
podman-compose \
|
||||||
fuse-overlayfs \
|
fuse-overlayfs \
|
||||||
cups \
|
cups \
|
||||||
|
|||||||
Reference in New Issue
Block a user