From 81078d310a2bf6beb49a3f316777c3369b34422a Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Wed, 31 May 2023 16:20:37 +0200 Subject: [PATCH] fixed files --- mate/Dockerfile | 3 ++- xfce/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mate/Dockerfile b/mate/Dockerfile index f7b0070..5f3a300 100644 --- a/mate/Dockerfile +++ b/mate/Dockerfile @@ -6,6 +6,7 @@ ARG VERSION LABEL build_version="based on Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="Michael Trip" +COPY /root / RUN \ echo "**** install packages ****" && \ rpm --import https://packages.microsoft.com/keys/microsoft.asc && \ @@ -13,6 +14,7 @@ RUN \ dnf install -y --setopt=install_weak_deps=False --best \ terminator \ tilix \ + chromium \ kubernetes-client \ libreoffice \ pluma \ @@ -40,7 +42,6 @@ RUN \ # add local files -COPY /root / # ports and volumes EXPOSE 3389 diff --git a/xfce/Dockerfile b/xfce/Dockerfile index cb347ee..9836dcb 100644 --- a/xfce/Dockerfile +++ b/xfce/Dockerfile @@ -6,6 +6,7 @@ ARG VERSION LABEL build_version="based on Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="Michael Trip" +COPY /root / RUN \ echo "**** install packages ****" && \ rpm --import https://packages.microsoft.com/keys/microsoft.asc && \ @@ -42,7 +43,6 @@ RUN \ RUN dnf -y remove xfce4-power-manager && rm -rf /etc/xdg/autostart/xfce-polkit.desktop && dnf clean all # add local files -COPY /root / # ports and volumes EXPOSE 3389