mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
add ffmpeg
into Dockerfile
This commit is contained in:
parent
efdd6bd16a
commit
1a195278cf
@ -14,6 +14,8 @@ RUN set -ex \
|
|||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
|
RUN apk add --no-cache ffmpeg
|
||||||
|
|
||||||
COPY --from=builder /build/cqhttp /usr/bin/cqhttp
|
COPY --from=builder /build/cqhttp /usr/bin/cqhttp
|
||||||
RUN chmod +x /usr/bin/cqhttp
|
RUN chmod +x /usr/bin/cqhttp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user