Skip to content

Commit

Permalink
πŸ› fix: Fix docker build error
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuZensai committed Jun 15, 2024
1 parent e90de53 commit c7d579c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM debian
WORKDIR /home/node/app

RUN apt-get update -y
RUN apt-get -y install software-properties-common curl gnupg git dh-python make g++ iputils-ping ffmpeg
RUN apt-get -y install software-properties-common curl gnupg git dh-python make g++ iputils-ping ffmpeg python3-launchpadlib
RUN add-apt-repository ppa:tomtomtom/yt-dlp -y
RUN apt-get update -y
RUN apt-get -y install yt-dlp
Expand Down

0 comments on commit c7d579c

Please sign in to comment.