Don't add root user into mqm group

This commit is contained in:
Arthur Barr
2019-02-27 14:26:23 +00:00
committed by Arthur Barr
parent 4f57d1bae2
commit a194545f08
2 changed files with 0 additions and 2 deletions

View File

@@ -99,7 +99,6 @@ rm -rf ${mnt_mq}/etc/yum.repos.d/*
buildah run --user root $ctr_mq -- groupadd --system --gid ${mqm_gid} mqm
buildah run --user root $ctr_mq -- useradd --system --uid ${mqm_uid} --gid mqm --groups 0 mqm
buildah run --user root $ctr_mq -- usermod -aG mqm root
# Install MQ server packages into the MQ builder image
./mq-advanced-server-rhel/install-mq-rhel.sh ${ctr_mq} "${mnt_mq}" "${archive}" "${packages}"