Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
troykelly committed Oct 6, 2022
1 parent 01dbbdc commit dd5e3b2
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions xteve/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,9 @@ RUN mkdir -p /opt/xteve /etc/xteve/config && \
mv ./xteve /usr/bin/ && \
chmod 755 /usr/bin/xteve && \
rm -rf /var/lib/apt/lists/* /opt/xteve && \
addgroup --gid 1000 xteve && \
adduser --home /etc/xteve \
--shell /usr/sbin/nologin \
--no-create-home \
--uid 1000 \
--gid 1000 \
--gecos xteve,xteve,,,xteve \
--disabled-password \
--disabled-login \
xteve
usermod -l xteve ffmpeg && \
groupmod --new-name xteve ffmpeg && \
usermod -d /etc/xteve xteve

COPY ./xteve/rootfs /

Expand Down

0 comments on commit dd5e3b2

Please sign in to comment.