Remove sesman sed (arch)

This commit is contained in:
TheSpad 2022-11-26 16:34:36 +00:00
parent 296ea151ea
commit 3bcf0537cd
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
3 changed files with 0 additions and 3 deletions

View File

@ -71,7 +71,6 @@ RUN \
echo "**** configure locale ****" && \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
locale-gen && \
sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \
echo "**** cleanup and user perms ****" && \
echo "abc:abc" | chpasswd && \
usermod -s /bin/bash abc && \

View File

@ -65,7 +65,6 @@ RUN \
echo "**** configure locale ****" && \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
locale-gen && \
sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \
echo "**** cleanup and user perms ****" && \
echo "abc:abc" | chpasswd && \
usermod -s /bin/bash abc && \

View File

@ -65,7 +65,6 @@ RUN \
echo "**** configure locale ****" && \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
locale-gen && \
sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \
echo "**** cleanup and user perms ****" && \
echo "abc:abc" | chpasswd && \
usermod -s /bin/bash abc && \