mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
install yt-dlp in docker container
This commit is contained in:
parent
6ba60a54a6
commit
dd099b30e3
|
@ -3,6 +3,7 @@ FROM golang:alpine
|
||||||
|
|
||||||
RUN apk add --no-cache make
|
RUN apk add --no-cache make
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
|
RUN apk add --no-cache yt-dlp
|
||||||
|
|
||||||
# Setup folders
|
# Setup folders
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
|
|
Loading…
Reference in a new issue