test download command

This commit is contained in:
Watn3y 2023-04-21 07:35:42 +02:00
parent 33d529ad51
commit 24bbd8926c
9 changed files with 219 additions and 2 deletions

View file

@ -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 . .