diff --git a/Dockerfile b/Dockerfile index d1a2b7b..d3ace61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,7 @@ FROM archlinux:latest RUN pacman --noconfirm -Sy gcc make COPY . . RUN make +RUN pacman --noconfirm -Rnsu gcc make +RUN useradd batstat +USER batstat CMD [ "build/batstat" ]