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