Skip to content

Commit

Permalink
docker: Let inspect_gst_plugins.sh available for runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Jul 19, 2022
1 parent fac37e6 commit db95b5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Expand Up @@ -73,4 +73,6 @@ RUN ./build_webrtcsink.sh && rm /build_webrtcsink.sh
# Update links for the installed libraries and check if GStreamer is setup correctly
COPY ./scripts/inspect_gst_plugins.sh /inspect_gst_plugins.sh
RUN ldconfig && \
/inspect_gst_plugins.sh && rm /inspect_gst_plugins.sh
/inspect_gst_plugins.sh && \
mkdir -p /home/pi/tools && \
mv /inspect_gst_plugins.sh /home/pi/tools/.

0 comments on commit db95b5a

Please sign in to comment.