i want to die and sleep

This commit is contained in:
watn3y 2023-10-27 05:39:34 +00:00
parent cf8b6164f0
commit 72e3122e26
2 changed files with 2 additions and 2 deletions

View file

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

View file

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