From d8ab360c9fb8e0240e3832a94ca8c5b0a921f4c7 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sat, 26 Nov 2022 16:33:10 +0000 Subject: [PATCH] Remove sesman sed --- Dockerfile | 2 -- Dockerfile.aarch64 | 2 -- Dockerfile.armhf | 2 -- 3 files changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index ec80071..c26946f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,7 +79,6 @@ RUN \ apt-get install -y --no-install-recommends \ apt-transport-https \ ca-certificates \ - curl \ dbus-x11 \ gawk \ gnupg2 \ @@ -112,7 +111,6 @@ RUN \ apt-get update && \ apt-get install -y --no-install-recommends \ docker-ce-cli && \ - sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \ echo "**** cleanup and user perms ****" && \ echo "abc:abc" | chpasswd && \ usermod -aG sudo abc && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 1f80b53..907c7b8 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -75,7 +75,6 @@ RUN \ apt-get install -y --no-install-recommends \ apt-transport-https \ ca-certificates \ - curl \ dbus-x11 \ gawk \ gnupg2 \ @@ -106,7 +105,6 @@ RUN \ apt-get update && \ apt-get install -y --no-install-recommends \ docker-ce-cli && \ - sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \ echo "**** cleanup and user perms ****" && \ echo "abc:abc" | chpasswd && \ usermod -aG sudo abc && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 83038ec..9d1ca7d 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -75,7 +75,6 @@ RUN \ apt-get install -y --no-install-recommends \ apt-transport-https \ ca-certificates \ - curl \ dbus-x11 \ gawk \ gnupg2 \ @@ -107,7 +106,6 @@ RUN \ apt-get update && \ apt-get install -y --no-install-recommends \ docker-ce-cli && \ - sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \ echo "**** cleanup and user perms ****" && \ echo "abc:abc" | chpasswd && \ usermod -aG sudo abc && \