aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index f9f9c37..a3f8a9d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -101,4 +101,7 @@ RUN apk add --no-cache --update libpurple \
EXPOSE 6667
+RUN addgroup -g 996 -S bitlbee
+RUN adduser -u 996 -D -S -G bitlbee bitlbee
+USER bitlbee
ENTRYPOINT [ "/usr/sbin/bitlbee", "-F", "-n" ]