Skip to content

Commit

Permalink
create user home
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Apr 14, 2024
1 parent b5d7c0f commit 02fe6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ WORKDIR /app
COPY --from=builder /app/ /app/

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libssl-dev libasound2-dev libgtk-3-0 libxtst6 libpulse0 librtmp1 avahi-utils \
&& useradd -M user -G video,audio \
&& useradd -m user -G video,audio \
&& apt-get clean && rm -rf /var/lib/apt/lists/ \
&& ./webrtc-streamer -V

Expand Down

0 comments on commit 02fe6c7

Please sign in to comment.