mirror of
https://github.com/linuxserver/docker-baseimage-rdesktop.git
synced 2026-02-20 08:39:58 +08:00
Merge pull request #35 from linuxserver/sesman-arch-dbus
This commit is contained in:
commit
fad8d5f3cc
@ -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