Commit a2867cce by 1808837298@qq.com

chore: add ffmpeg-tools to Dockerfile for enhanced multimedia processing

parent 1ae20bdd
...@@ -24,7 +24,7 @@ FROM alpine ...@@ -24,7 +24,7 @@ FROM alpine
RUN apk update \ RUN apk update \
&& apk upgrade \ && apk upgrade \
&& apk add --no-cache ca-certificates tzdata ffmpeg\ && apk add --no-cache ca-certificates tzdata ffmpeg ffmpeg-tools \
&& update-ca-certificates 2>/dev/null || true && update-ca-certificates 2>/dev/null || true
COPY --from=builder2 /build/one-api / COPY --from=builder2 /build/one-api /
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment