test download command
This commit is contained in:
parent
33d529ad51
commit
24bbd8926c
9 changed files with 219 additions and 2 deletions
|
@ -5,7 +5,10 @@ WORKDIR /tmp/build
|
|||
#install update system and install packages
|
||||
RUN apk update
|
||||
RUN apk upgrade --available
|
||||
RUN apk add alpine-sdk
|
||||
RUN apk add alpine-sdk ffmpeg python3 py3-pip
|
||||
|
||||
#install yt-dlp
|
||||
RUN pip3 install yt-dlp
|
||||
|
||||
#build bloaterbot
|
||||
COPY . .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue