We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23afc0b commit c3f60c0Copy full SHA for c3f60c0
.env
@@ -31,3 +31,4 @@ NODE_VERSION=16.13.0
31
TYPESCRIPT_VERSION=4.6.2
32
TSC_VERSION=${TYPESCRIPT_VERSION}
33
VUE_VERSION=5.0.1
34
+YOUTUBE_DL_VERSION=2022.03.08.2
README.md
@@ -49,6 +49,8 @@ dockerized <command>
49
- Unix
50
- tree
51
- zip
52
+- Other
53
+ - youtube-dl (Youtube downloader)
54
55
56
## Installation
docker-compose.yml
@@ -168,6 +168,8 @@ services:
168
yarn:
169
<<: *node
170
entrypoint: [ "yarn" ]
171
+ youtube-dl:
172
+ image: "mikenye/youtube-dl:${YOUTUBE_DL_VERSION}"
173
zip:
174
image: "zip"
175
build:
0 commit comments