Fix Dockerfile.base failing cause of missing dependencies (#4215)

This commit is contained in:
Silvano Cerza 2023-02-21 16:37:33 +01:00 committed by GitHub
parent 5ce7a404ac
commit 87a02d9372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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