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