Merge pull request #44 from linuxserver/jammy-sesman-sed

Remove sesman sed (jammy)
This commit is contained in:
aptalca 2022-11-26 17:44:32 -05:00 committed by GitHub
commit 7d238c37df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

View File

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

View File

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

View File

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