Update Dockerfile

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

View File

@ -3,7 +3,7 @@ MAINTAINER Team Lixo <lixonet@team.lixo>
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 adduser -u 431 -G docker -s /sbin/nologin -D lixonet
RUN addgroup -g 102 docker && adduser -u 431 -G docker -s /sbin/nologin -D lixonet
VOLUME /etc/lixonet