i want to die and sleep
This commit is contained in:
parent
cf8b6164f0
commit
72e3122e26
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ FROM alpine:3.18
|
|||
#update system and install packages
|
||||
RUN apk update
|
||||
RUN apk upgrade --available
|
||||
RUN apk add --no-cache --virtual ffmpeg python3 py3-pip
|
||||
RUN apk add --no-cache ffmpeg python3 py3-pip
|
||||
|
||||
RUN pip3 install --upgrade yt-dlp
|
||||
|
||||
|
|
2
build.sh
2
build.sh
|
@ -3,6 +3,6 @@
|
|||
read -p 'Tag: ' tag
|
||||
|
||||
|
||||
docker build --no-cache --progress=plain --tag bloaterbot:$(git log -1 --pretty=%h) --tag bloaterbot:$tag --build-arg=COMMIT=$(git log -1 --pretty=%h) .
|
||||
docker build --no-cache --tag bloaterbot:$(git log -1 --pretty=%h) --tag bloaterbot:$tag --build-arg=COMMIT=$(git log -1 --pretty=%h) .
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue