Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
klldtest authored Oct 29, 2024
1 parent 8433f92 commit 6181ddd
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 @@ -6,7 +6,7 @@ LABEL author="klldFN" maintainer="klld@klldFn.xyz"

RUN apt update \
&& apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \
&& useradd -m -d /home/container container
&& useradd -m -d /home/container container \
&& useradd -m -d /home/klldFN klldfn

USER container
Expand Down

0 comments on commit 6181ddd

Please sign in to comment.