Skip to content

Commit

Permalink
devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Nov 3, 2024
1 parent af70df9 commit 58b125d
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 @@ -23,7 +23,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
&& cmake -DCMAKE_INSTALL_PREFIX=/app -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ . && make \
&& make install \
&& git clean -xfd \
&& find ../webrtc -name .git -exec rm -rf {} \; \
&& 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/

Expand Down

0 comments on commit 58b125d

Please sign in to comment.