increase gid and uid

This commit is contained in:
ezkrg
2018-08-21 11:14:43 +02:00
parent 0bc1103787
commit 043bd98700

View File

@@ -2,8 +2,8 @@ FROM alpine:3.7
ENV BITLBEE_VERSION 3.5.1 ENV BITLBEE_VERSION 3.5.1
RUN addgroup -g 100 -S bitlbee \ RUN addgroup -g 101 -S bitlbee \
&& adduser -u 100 -D -S -G bitlbee bitlbee \ && adduser -u 101 -D -S -G bitlbee bitlbee \
&& apk add --no-cache --update libpurple \ && apk add --no-cache --update libpurple \
libpurple-xmpp \ libpurple-xmpp \
libpurple-oscar \ libpurple-oscar \