adding render group with gid 109 to make sure rocminfo runs even with non-root-user

This commit is contained in:
omkar kakarparthi 2022-08-22 16:37:13 -05:00
parent 6bbb2e94fb
commit 93dec7aad4
2 changed files with 2 additions and 0 deletions

View File

@ -23,3 +23,4 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
build-essential && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN groupadd -g 109 render

View File

@ -25,3 +25,4 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
build-essential && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN groupadd -g 109 render