mirror of
https://github.com/linuxserver/docker-baseimage-rdesktop.git
synced 2026-02-20 08:39:58 +08:00
Remove sesman sed (arch)
This commit is contained in:
parent
296ea151ea
commit
3bcf0537cd
@ -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 && \
|
||||
|
||||
@ -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 && \
|
||||
|
||||
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user