fixed files
This commit is contained in:
parent
cdd6efa501
commit
81078d310a
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue