diff --git a/Dockerfile b/Dockerfile index c8e965e..979e4a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM denoland/deno:2.1.4 AS build +FROM denoland/deno:2.3.1 AS build RUN apt-get update && apt-get install -y --no-install-recommends \ - curl && \ + curl ffmpeg && \ deno run -A npm:playwright install --with-deps firefox &&\ apt-get clean && \ rm -rf /var/lib/apt/lists/*