make adduser have a capital G option (group)

This commit is contained in:
Manevolent 2022-12-17 23:18:33 -07:00 committed by GitHub
parent b8188900a9
commit 099afd21de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ MAINTAINER Team Lixo <lixonet@team.lixo>
RUN apk add gnupg curl git py-pip openssh bash && pip install netcalc RUN apk add gnupg curl git py-pip openssh bash && pip install netcalc
RUN curl -L "https://github.com/gliderlabs/sigil/releases/download/v0.5.0/sigil_0.5.0_$(uname -sm|tr \ _).tgz" | tar -zxC /usr/local/bin RUN curl -L "https://github.com/gliderlabs/sigil/releases/download/v0.5.0/sigil_0.5.0_$(uname -sm|tr \ _).tgz" | tar -zxC /usr/local/bin
RUN adduser -u 431 -g docker -s /sbin/nologin -D lixonet RUN adduser -u 431 -G docker -s /sbin/nologin -D lixonet
VOLUME /etc/lixonet VOLUME /etc/lixonet