install ffmpeg
This commit is contained in:
parent
ed23543ce3
commit
7bf2510235
@ -9,6 +9,7 @@ COPY ./.yarn/releases ./.yarn/releases
|
|||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
|
||||||
FROM node:lts-alpine
|
FROM node:lts-alpine
|
||||||
|
RUN apk update && apk add ffmpeg
|
||||||
WORKDIR /musicbot
|
WORKDIR /musicbot
|
||||||
COPY build build
|
COPY build build
|
||||||
COPY --from=builder /musicbot/node_modules ./node_modules
|
COPY --from=builder /musicbot/node_modules ./node_modules
|
||||||
|
Loading…
Reference in New Issue
Block a user