From e69891ce630b7f4d6ea1ee7b2abde0cdf942f6c1 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sun, 23 Jul 2017 14:32:04 +0200 Subject: update openshift bomb for user issue --- OS/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OS') diff --git a/OS/Dockerfile b/OS/Dockerfile index f04434e..1237603 100644 --- a/OS/Dockerfile +++ b/OS/Dockerfile @@ -3,7 +3,8 @@ MAINTAINER Christophe LARUE COPY sx.sh /bin/sx RUN chmod 775 /bin/sx -RUN useradd startx && echo "startx" | passwd --stdin startx && usermod -aG wheel startx +RUN useradd startx && echo "startx" | passwd --stdin startx USER startx + CMD [ "/bin/sx" ] -- cgit v1.2.1