fixed files

This commit is contained in:
Michael Trip 2023-05-31 16:20:37 +02:00
parent cdd6efa501
commit 81078d310a
2 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,7 @@ ARG VERSION
LABEL build_version="based on Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL build_version="based on Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="Michael Trip" LABEL maintainer="Michael Trip"
COPY /root /
RUN \ RUN \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
rpm --import https://packages.microsoft.com/keys/microsoft.asc && \ rpm --import https://packages.microsoft.com/keys/microsoft.asc && \
@ -13,6 +14,7 @@ RUN \
dnf install -y --setopt=install_weak_deps=False --best \ dnf install -y --setopt=install_weak_deps=False --best \
terminator \ terminator \
tilix \ tilix \
chromium \
kubernetes-client \ kubernetes-client \
libreoffice \ libreoffice \
pluma \ pluma \
@ -40,7 +42,6 @@ RUN \
# add local files # add local files
COPY /root /
# ports and volumes # ports and volumes
EXPOSE 3389 EXPOSE 3389

View file

@ -6,6 +6,7 @@ ARG VERSION
LABEL build_version="based on Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL build_version="based on Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="Michael Trip" LABEL maintainer="Michael Trip"
COPY /root /
RUN \ RUN \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
rpm --import https://packages.microsoft.com/keys/microsoft.asc && \ 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 RUN dnf -y remove xfce4-power-manager && rm -rf /etc/xdg/autostart/xfce-polkit.desktop && dnf clean all
# add local files # add local files
COPY /root /
# ports and volumes # ports and volumes
EXPOSE 3389 EXPOSE 3389