mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
Assign GID 109 to render group
This commit is contained in:
parent
9f1d382472
commit
397ec499fe
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ RUN curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmo
|
|||
apt-get update && apt-get install -y postgresql-14 postgresql-contrib-14 && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Create render group for hardware acceleration support
|
||||
RUN groupadd -r render || true
|
||||
# Create render group for hardware acceleration support with GID 109
|
||||
RUN groupadd -r -g 109 render || true
|
||||
|
||||
ENTRYPOINT ["/app/docker/entrypoint.sh"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue