diff --git a/base.Dockerfile b/base.Dockerfile index 4d04241..5900805 100644 --- a/base.Dockerfile +++ b/base.Dockerfile @@ -12,6 +12,7 @@ COPY ./yt_shared/requirements_shared.txt ./ RUN apk add --no-cache --virtual .build-deps \ build-base \ + && apk add git \ && pip install --upgrade pip setuptools wheel \ && MAKEFLAGS="-j$(nproc)" pip install --no-cache-dir -r requirements_shared.txt \ && rm requirements_shared.txt \