fix: install ffmpeg in docker image
This commit is contained in:
parent
1c62f36fb3
commit
e9b50164a2
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ VERSION 0.7
|
|||
|
||||
server:
|
||||
FROM node:lts-hydrogen
|
||||
RUN apt-get update && apt-get -y install ffmpeg --no-install-recommends
|
||||
RUN npm -g install pnpm
|
||||
WORKDIR /app
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
|
|
Loading…
Reference in a new issue