mirror of
https://github.com/linuxserver/docker-baseimage-rdesktop.git
synced 2026-02-20 08:39:58 +08:00
Rmove listenaddress from sesman.ini
This commit is contained in:
parent
8de7ee3a18
commit
c4cd514b2a
@ -87,6 +87,7 @@ 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 ****" && \
|
||||
rm -rf \
|
||||
/tmp/* \
|
||||
|
||||
@ -82,6 +82,7 @@ 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 ****" && \
|
||||
rm -rf \
|
||||
/tmp/* \
|
||||
|
||||
@ -82,6 +82,7 @@ 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 ****" && \
|
||||
rm -rf \
|
||||
/tmp/* \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user