fix(docker): install file and make in wolfi builders so the uvloop sdist can build

This commit is contained in:
mateo-berri 2026-08-31 13:09:39 -07:00
parent 666d8737aa
commit 25c8d58400
3 changed files with 6 additions and 0 deletions

View file

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

View file

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

View file

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