Change the users group GID from 100 to 90

This commit is contained in:
Florian Anceau
2024-06-06 20:56:51 +00:00
parent b192910a2f
commit 95aacc7847
3 changed files with 12 additions and 1 deletions

View File

@@ -21,7 +21,8 @@ RUN apt-get update && \
/var/log/fsck/*.log \
/var/log/apt/*.log \
/var/cache/debconf/*.dat-old \
/var/lib/apt/lists/*
/var/lib/apt/lists/* && \
groupmod -g 90 users
COPY --chmod=755 entrypoint-docker.sh /entrypoint.sh
COPY issue /etc/issue