From f130ab0b2fe1082ba1256ee27d2f7ac742779a1c Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sat, 26 Nov 2022 16:36:32 +0000 Subject: [PATCH] Remove sesman sed (alpine) --- Dockerfile | 1 - Dockerfile.aarch64 | 1 - Dockerfile.armhf | 1 - 3 files changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f22931c..d314905 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,7 +95,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 && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index cc7a5f7..290808f 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -94,7 +94,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 && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index f873312..4d1eb27 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -94,7 +94,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 && \