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 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