Merge pull request #36 from linuxserver/sesman-master

This commit is contained in:
Adam 2022-10-31 15:45:38 +00:00 committed by GitHub
commit 0e2af9c404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,7 @@ RUN \
apt-get update && \
apt-get install -y --no-install-recommends \
docker-ce-cli && \
sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \
echo "**** cleanup and user perms ****" && \
echo "abc:abc" | chpasswd && \
usermod -aG sudo abc && \

View File

@ -101,6 +101,7 @@ RUN \
apt-get update && \
apt-get install -y --no-install-recommends \
docker-ce-cli && \
sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \
echo "**** cleanup and user perms ****" && \
echo "abc:abc" | chpasswd && \
usermod -aG sudo abc && \

View File

@ -102,6 +102,7 @@ RUN \
apt-get update && \
apt-get install -y --no-install-recommends \
docker-ce-cli && \
sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \
echo "**** cleanup and user perms ****" && \
echo "abc:abc" | chpasswd && \
usermod -aG sudo abc && \