From a581baa4931d7d13e21b248501b194e5ffeb0c29 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sat, 26 Nov 2022 16:35:41 +0000 Subject: [PATCH] Remove sesman sed (fedora) --- Dockerfile | 1 - Dockerfile.aarch64 | 1 - Dockerfile.armhf | 1 - 3 files changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a500bf8..d06370e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,7 +91,6 @@ RUN \ VERSION=$(ls -1 /usr/lib64/ | \ awk -F '-' '/pulse-/ {print $2; exit}') && \ ldconfig -n /usr/lib64/pulse-${VERSION}/modules && \ - sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \ echo "**** cleanup and user perms ****" && \ echo "abc:abc" | chpasswd && \ usermod -s /bin/bash abc && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 834c6c4..0b1bfa3 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -87,7 +87,6 @@ RUN \ VERSION=$(ls -1 /usr/lib64/ | \ awk -F '-' '/pulse-/ {print $2; exit}') && \ ldconfig -n /usr/lib64/pulse-${VERSION}/modules && \ - sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \ echo "**** cleanup and user perms ****" && \ echo "abc:abc" | chpasswd && \ usermod -s /bin/bash abc && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 67c9b7d..4cb0ef2 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -87,7 +87,6 @@ RUN \ VERSION=$(ls -1 /usr/lib/ | \ awk -F '-' '/pulse-/ {print $2; exit}') && \ ldconfig -n /usr/lib/pulse-${VERSION}/modules && \ - sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \ echo "**** cleanup and user perms ****" && \ echo "abc:abc" | chpasswd && \ usermod -s /bin/bash abc && \