diff --git a/Earthfile b/Earthfile index 4c99a6b..b90b9f3 100644 --- a/Earthfile +++ b/Earthfile @@ -2,6 +2,7 @@ VERSION 0.7 server: FROM node:lts-hydrogen + RUN apt-get update && apt-get -y install ffmpeg RUN npm -g install pnpm WORKDIR /app COPY package.json pnpm-lock.yaml ./