mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 09:12:43 +02:00
refactor: Use patch-package to patch ytdl-core (#1006)
This commit is contained in:
parent
bd446a3aeb
commit
845899e96d
4 changed files with 1030 additions and 640 deletions
|
@ -9,7 +9,6 @@ RUN apt-get update \
|
|||
tini \
|
||||
openssl \
|
||||
ca-certificates \
|
||||
git \
|
||||
&& apt-get autoclean \
|
||||
&& apt-get autoremove \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
@ -20,6 +19,7 @@ FROM base AS dependencies
|
|||
WORKDIR /usr/app
|
||||
|
||||
COPY package.json .
|
||||
COPY patches ./patches
|
||||
COPY yarn.lock .
|
||||
|
||||
RUN yarn install --prod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue