Removed git dependency in build stage

This commit is contained in:
Gabe 2023-04-25 10:03:26 +00:00
parent 52a263aa20
commit c6485a3ae5
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ RUN apk --update add ffmpeg
FROM base as builder
RUN apk --update add git
WORKDIR /install
COPY requirements.txt /requirements.txt