mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-26 14:38:36 +00:00
Fix Dockerfile.base failing cause of missing dependencies (#4215)
This commit is contained in:
parent
5ce7a404ac
commit
87a02d9372
@ -9,6 +9,7 @@ ARG haystack_extras
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
git
|
||||
|
||||
# Shallow clone Haystack repo, we'll install from the local sources
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user