Update Containerfile
This commit is contained in:
+1
-4
@@ -4,8 +4,6 @@ FROM registry.fedoraproject.org/fedora-bootc:43
|
|||||||
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
|
||||||
|
|
||||||
#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 \
|
||||||
@@ -39,7 +37,6 @@ RUN dnf install -y \
|
|||||||
plymouth-plugin-label \
|
plymouth-plugin-label \
|
||||||
plymouth-plugin-fade-throbber \
|
plymouth-plugin-fade-throbber \
|
||||||
wget \
|
wget \
|
||||||
mullvad-vpn \
|
|
||||||
kernel-modules \
|
kernel-modules \
|
||||||
kernel-modules-extra \
|
kernel-modules-extra \
|
||||||
SDL2 \
|
SDL2 \
|
||||||
@@ -103,5 +100,5 @@ RUN systemctl set-default graphical.target
|
|||||||
|
|
||||||
#Activation des services + Desactivation de bootc-update automatique
|
#Activation des services + Desactivation de bootc-update automatique
|
||||||
RUN systemctl preset-all && \
|
RUN systemctl preset-all && \
|
||||||
systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service mullvad-daemon.service && \
|
systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service && \
|
||||||
systemctl mask bootc-fetch-apply-updates.timer
|
systemctl mask bootc-fetch-apply-updates.timer
|
||||||
Reference in New Issue
Block a user