changed dockerfile so exo-open works
This commit is contained in:
parent
37ccecbe4b
commit
977a29372a
2 changed files with 4 additions and 3 deletions
|
|
@ -6,7 +6,6 @@ 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 && \
|
||||
|
|
@ -51,6 +50,7 @@ RUN \
|
|||
|
||||
|
||||
# add local files
|
||||
COPY /root /
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 3389
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue