Skip to content

Commit 86829e7

Browse files
Update Dockerfile
1 parent 9b062d6 commit 86829e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
FROM node:18
22

3-
# Install yt-dlp dependencies
3+
# Install yt-dlp and its dependencies
44
RUN apt-get update && apt-get install -y \
55
python3 \
66
python3-pip \
77
ffmpeg \
8+
yt-dlp \
89
&& rm -rf /var/lib/apt/lists/*
910

10-
# Install yt-dlp
11-
RUN pip3 install yt-dlp
12-
1311
# Create app directory
1412
WORKDIR /usr/src/app
1513

0 commit comments

Comments
 (0)