From aa00d624772089bd025377efa76175ad6533bc53 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sat, 17 Aug 2024 21:28:45 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cfbe8e9..da9885b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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