Skip to content

Commit

Permalink
📦 build: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuZensai committed Aug 17, 2024
1 parent b87cae1 commit c3002fe
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 @@ -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++ libasound2-dev ciputils-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 Down

0 comments on commit c3002fe

Please sign in to comment.