mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-22 14:43:20 +03:00
Added atomicparsley as a dependency to Docker, and listed it as an optional dependency for normal installs
This commit is contained in:
@@ -36,6 +36,9 @@ Make sure you have these dependencies installed on your system: nodejs and youtu
|
|||||||
sudo apt-get install nodejs youtube-dl
|
sudo apt-get install nodejs youtube-dl
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Optional dependencies:
|
||||||
|
* AtomicParsley (for embedding thumbnails, package name `atomicparsley`)
|
||||||
|
|
||||||
### Installing
|
### Installing
|
||||||
|
|
||||||
1. First, download the [latest release](https://github.com/Tzahi12345/YoutubeDL-Material/releases/latest)!
|
1. First, download the [latest release](https://github.com/Tzahi12345/YoutubeDL-Material/releases/latest)!
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.11
|
FROM alpine:3.11
|
||||||
|
|
||||||
RUN apk add --update npm python ffmpeg
|
RUN apk add --update npm python ffmpeg atomicparsley
|
||||||
|
|
||||||
# Change directory so that our commands run inside this new directory
|
# Change directory so that our commands run inside this new directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user