1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

Merge pull request #1085 from purerosefallen/patch-2

add `ffmpeg` into Dockerfile
This commit is contained in:
Mrs4s 2021-10-04 23:44:41 +08:00 committed by GitHub
commit b8c7941dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@ RUN set -ex \
FROM alpine:latest
RUN apk add --no-cache ffmpeg
COPY --from=builder /build/cqhttp /usr/bin/cqhttp
RUN chmod +x /usr/bin/cqhttp