+3
-1
@@ -1,7 +1,8 @@
|
|||||||
FROM registry.fedoraproject.org/fedora-bootc:44
|
FROM registry.fedoraproject.org/fedora-bootc:44
|
||||||
|
|
||||||
#Install copr command
|
#Install copr command
|
||||||
RUN dnf5 install 'dnf5-command(copr)' -y
|
RUN dnf5 install 'dnf5-command(copr)' -y \
|
||||||
|
&& dnf copr enable yannmasoch/nautilus-my-computer -y
|
||||||
|
|
||||||
#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 \
|
||||||
@@ -13,6 +14,7 @@ RUN dnf install -y --refresh \
|
|||||||
@hardware-support \
|
@hardware-support \
|
||||||
@development-tools \
|
@development-tools \
|
||||||
@multimedia \
|
@multimedia \
|
||||||
|
nautilus-my-computer \
|
||||||
vulkan-tools \
|
vulkan-tools \
|
||||||
mesa-vulkan-drivers \
|
mesa-vulkan-drivers \
|
||||||
mesa-vulkan-drivers.i686 \
|
mesa-vulkan-drivers.i686 \
|
||||||
|
|||||||
Reference in New Issue
Block a user