From df142b31fc6b7d87bb79d2c30e97e1608fb9d981 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Wed, 2 Nov 2022 16:05:28 +0100 Subject: [PATCH] fix: why isnt radio working :skull: --- Dockerfile | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a3e9974..d6e586e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY package.json ./ RUN npm i -RUN apk update && apk add bash +RUN apk update && apk add bash ffmpeg EXPOSE 7272 diff --git a/package.json b/package.json index 1661497..cd51068 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ "discord.js": "^14.5.0", "dotenv": "^16.0.1", "express": "^4.18.1", - "ffmpeg-static": "^5.0.2", "got": "^11.8.5", "libsodium-wrappers": "^0.7.10", "mongoose": "^6.5.1",