mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-10-29 16:59:47 +00:00
ci: Fix Dockerfile.base failing cause of missing git (#4210)
This commit is contained in:
parent
e6af353530
commit
f5b8835e2c
@ -7,6 +7,10 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
ARG haystack_version
|
||||
ARG haystack_extras
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
git
|
||||
|
||||
# Shallow clone Haystack repo, we'll install from the local sources
|
||||
RUN git clone --depth=1 --branch=${haystack_version} https://github.com/deepset-ai/haystack.git /opt/haystack
|
||||
WORKDIR /opt/haystack
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user