From 3098b969195e5dcbb2f81ab7896a681f7f31d87e Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Mon, 12 May 2025 20:03:25 -0500 Subject: [PATCH] Removed render group creation as now it's done in the base build. --- docker/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 17d995ce..ec24c818 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -22,10 +22,6 @@ ENV VIRTUAL_ENV=/dispatcharrpy ENV PATH="$VIRTUAL_ENV/bin:$PATH" WORKDIR /app -# Create render group for hardware acceleration support -# Remove this later as it will be included in the base image -RUN groupadd -r render || true - # Copy application code COPY . /app # Copy nginx configuration