Skip to content

Commit

Permalink
chown webrtc source
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Nov 9, 2024
1 parent 58b125d commit 724c90c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
&& git clean -xfd \
&& find ../webrtc/src -type d -name .git -exec rm -rf {} \; || true \
&& rm -rf ../webrtc/src/out \
&& apt-get clean && rm -rf /var/lib/apt/lists/
&& apt-get clean && rm -rf /var/lib/apt/lists/ \
&& chown -R $USERNAME:$USERNAME ../webrtc

USER $USERNAME

Expand Down

0 comments on commit 724c90c

Please sign in to comment.