This commit is contained in:
Marek Lenczewski
2026-04-06 20:37:53 +02:00
parent 2f37d1b31f
commit f48f0aac08

View File

@@ -1,6 +1,7 @@
FROM python:3.12-slim FROM python:3.12-slim
RUN apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -y ffmpeg curl unzip && rm -rf /var/lib/apt/lists/* \
&& curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh
WORKDIR /app WORKDIR /app