mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix(docker): install file and make in wolfi builders so the uvloop sdist can build
This commit is contained in:
parent
666d8737aa
commit
25c8d58400
3 changed files with 6 additions and 0 deletions
|
|
@ -39,7 +39,9 @@ COPY --from=uvbin /uvx /usr/local/bin/uvx
|
|||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
file \
|
||||
gcc \
|
||||
make \
|
||||
python3 \
|
||||
python3-dev \
|
||||
rust \
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ COPY --from=uvbin /uvx /usr/local/bin/uvx
|
|||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
file \
|
||||
gcc \
|
||||
make \
|
||||
python3 \
|
||||
python3-dev \
|
||||
openssl \
|
||||
|
|
|
|||
|
|
@ -39,7 +39,9 @@ RUN for i in 1 2 3; do \
|
|||
apk add --no-cache \
|
||||
python3 \
|
||||
python3-dev \
|
||||
file \
|
||||
gcc \
|
||||
make \
|
||||
rust \
|
||||
bash \
|
||||
coreutils \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue