make adduser have a capital G option (group)
This commit is contained in:
parent
b8188900a9
commit
099afd21de
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user