Merge pull request #35 from linuxserver/sesman-arch-dbus

This commit is contained in:
Adam 2022-10-31 15:45:42 +00:00 committed by GitHub
commit fad8d5f3cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -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/* \

View File

@ -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/* \

View File

@ -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/* \