Skip to content

Commit

Permalink
add user blackbar for blackbar-apps
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Apr 19, 2024
1 parent e5514d5 commit 1e532c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,11 @@ RUN apt update -qq \
&& apt-get clean --quiet \
&& rm -rf /var/lib/apt/lists/*

##
## User blackbar
##
RUN useradd -ms /bin/bash blackbar
USER blackbar
WORKDIR /home/blackbar

CMD bash

0 comments on commit 1e532c1

Please sign in to comment.