install ffmpeg

This commit is contained in:
Erik 2024-03-25 23:42:11 +02:00
parent ed23543ce3
commit 7bf2510235

View File

@ -9,6 +9,7 @@ COPY ./.yarn/releases ./.yarn/releases
RUN yarn install
FROM node:lts-alpine
RUN apk update && apk add ffmpeg
WORKDIR /musicbot
COPY build build
COPY --from=builder /musicbot/node_modules ./node_modules