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