added filemanager
This commit is contained in:
parent
91cedd074c
commit
564cba568d
2 changed files with 8 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ RUN \
|
||||||
dnf install -y --setopt=install_weak_deps=False --best \
|
dnf install -y --setopt=install_weak_deps=False --best \
|
||||||
terminator \
|
terminator \
|
||||||
tilix \
|
tilix \
|
||||||
|
caja \
|
||||||
|
caja-sendto \
|
||||||
|
caja-actions \
|
||||||
|
caja-schemas \
|
||||||
kubernetes-client \
|
kubernetes-client \
|
||||||
libreoffice \
|
libreoffice \
|
||||||
pluma \
|
pluma \
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,10 @@ RUN \
|
||||||
echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo && \
|
echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo && \
|
||||||
dnf install -y --setopt=install_weak_deps=False --best \
|
dnf install -y --setopt=install_weak_deps=False --best \
|
||||||
terminator \
|
terminator \
|
||||||
|
caja \
|
||||||
|
caja-sendto \
|
||||||
|
caja-actions \
|
||||||
|
caja-schemas \
|
||||||
tilix \
|
tilix \
|
||||||
kubernetes-client \
|
kubernetes-client \
|
||||||
libreoffice \
|
libreoffice \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue