From 72e3122e2645b015116a0a0c593b552cbaee1cce Mon Sep 17 00:00:00 2001 From: watn3y Date: Fri, 27 Oct 2023 05:39:34 +0000 Subject: [PATCH] i want to die and sleep --- Dockerfile | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 22550cd..1f0cc14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/build.sh b/build.sh index 6874f7b..7c488f6 100755 --- a/build.sh +++ b/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) .