Commit aab25415 by Seefs

fix: remove ffmpeg-tools

parent b96133ea
......@@ -24,7 +24,7 @@ FROM alpine
RUN apk update \
&& apk upgrade \
&& apk add --no-cache ca-certificates tzdata ffmpeg ffmpeg-tools \
&& apk add --no-cache ca-certificates tzdata ffmpeg \
&& update-ca-certificates 2>/dev/null || true
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