Skip to content

Commit

Permalink
📦 build: Add libasound2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuZensai committed Aug 17, 2024
1 parent b059ead commit 02344ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . .
RUN DEBIAN_FRONTEND=noninteractive

RUN apt-get update -y
RUN apt-get -y install curl gnupg git dh-python make g++ iputils-ping ffmpeg
RUN apt-get -y install curl gnupg git dh-python make g++ libasound2-dev iputils-ping ffmpeg
RUN curl -sL https://deb.nodesource.com/setup_21.x | bash -
RUN apt-get -y install nodejs

Expand All @@ -28,7 +28,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 python3-launchpadlib
RUN apt-get -y install software-properties-common curl gnupg git dh-python make g++ libasound2-dev 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 02344ce

Please sign in to comment.