Removed git dependency in build stage
This commit is contained in:
parent
52a263aa20
commit
c6485a3ae5
|
@ -4,8 +4,6 @@ RUN apk --update add ffmpeg
|
||||||
|
|
||||||
FROM base as builder
|
FROM base as builder
|
||||||
|
|
||||||
RUN apk --update add git
|
|
||||||
|
|
||||||
WORKDIR /install
|
WORKDIR /install
|
||||||
COPY requirements.txt /requirements.txt
|
COPY requirements.txt /requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue