From 2188734a75e2487623156164e93187c833dc87c2 Mon Sep 17 00:00:00 2001 From: minish Date: Wed, 10 Jul 2024 00:30:40 -0400 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1773683..aecf468 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:18-bookworm ENV NODE_ENV=production RUN apt-get update -RUN apt-get install -y ffmpeg && yt-dlp +RUN apt-get install -y ffmpeg yt-dlp WORKDIR /app