Actually truly really NOW actually for real really truly now actually fix docker compose in updater

This commit is contained in:
Peter Smit
2025-01-17 15:00:10 +01:00
parent 4dd38f3ba0
commit 29e4fd55de

View File

@@ -20,6 +20,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
# Add user to the docker group # Add user to the docker group
ARG DOCKER_GID
RUN usermod -aG $DOCKER_GID www-data RUN usermod -aG $DOCKER_GID www-data
# Create .docker directory and set permissions # Create .docker directory and set permissions