feat: allow building distro with external providers

We can now build a distribution that includes external providers.

Closes: https://github.com/meta-llama/llama-stack/issues/1948
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-04-16 13:04:43 +02:00
parent c4570bcb48
commit 89dbf91323
No known key found for this signature in database
11 changed files with 137 additions and 69 deletions

View file

@ -90,7 +90,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y \
iputils-ping net-tools iproute2 dnsutils telnet \
curl wget telnet \
curl wget telnet git\
procps psmisc lsof \
traceroute \
bubblewrap \