fix: install ffmpeg in docker image

main
Tomáš Mládek 2024-04-04 19:32:23 +02:00
parent 1c62f36fb3
commit e9b50164a2
1 changed files with 1 additions and 0 deletions

View File

@ -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 ./