Remove listenaddress from sesman.ini

This commit is contained in:
TheSpad 2022-10-31 14:08:18 +00:00
parent 6d5cb0db19
commit 6746edacbc
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
3 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,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

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

@ -107,6 +107,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 && \