Skip to content

Commit

Permalink
Merge 5df09bf into 6958af2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerijusas authored Jan 25, 2025
2 parents 6958af2 + 5df09bf commit 48d7155
Show file tree
Hide file tree
Showing 5 changed files with 9,799 additions and 18 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ RUN apt-get update \
tini \
openssl \
ca-certificates \
python3 \
python3-pip \
&& pip3 install --no-cache-dir yt-dlp \
&& apt-get autoclean \
&& apt-get autoremove \
&& rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ services:
**Prerequisites**:
* Node.js (18.17.0 or later is required and latest 18.x.x LTS is recommended)
* ffmpeg (4.1 or later)
* yt-dlp (2025.01.15 or later)
1. `git clone https://github.com/museofficial/muse.git && cd muse`
2. Copy `.env.example` to `.env` and populate with values
Expand Down
Loading

0 comments on commit 48d7155

Please sign in to comment.