Remove unnecessary copy of mp4fragment in Dockerfile, streamlining the agent setup process.

This commit is contained in:
cedricve
2025-06-07 21:22:49 +00:00
parent b154b56308
commit 4e371488c1

View File

@@ -102,7 +102,6 @@ RUN apk update && apk add ca-certificates curl libstdc++ libc6-compat --no-cache
# Try running agent
RUN mv /agent/* /home/agent/
RUN cp /home/agent/mp4fragment /usr/local/bin/
RUN /home/agent/main version
#######################