Switch to Distube's ytdl-core fork (resolves playback issue) (#1042)

This commit is contained in:
MarcoCoreDuo 2024-07-18 06:32:16 +02:00 committed by GitHub
parent 29b61cc0b6
commit fcc8d8881a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 100 additions and 195 deletions

View file

@ -1,4 +1,4 @@
FROM node:18.7.0-slim AS base
FROM node:18-bullseye-slim AS base
# openssl will be a required package if base is updated to 18.16+ due to node:*-slim base distro change
# https://github.com/prisma/prisma/issues/19729#issuecomment-1591270599
@ -19,7 +19,6 @@ FROM base AS dependencies
WORKDIR /usr/app
COPY package.json .
COPY patches ./patches
COPY yarn.lock .
RUN yarn install --prod