mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 19:17:37 +08:00
Merge pull request #1085 from purerosefallen/patch-2
add `ffmpeg` into Dockerfile
This commit is contained in:
commit
b8c7941dc8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user