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 && \