fix: py-cryptography needs llvm16

This commit is contained in:
Anton Livaja 2024-08-15 00:20:24 -04:00
parent 3318d411af
commit 64b3dbdd90
No known key found for this signature in database
GPG key ID: 44A86CFF1FDF0E85

View file

@ -13,7 +13,7 @@ COPY --from=stagex/musl . /
COPY --from=stagex/gcc . /
COPY --from=stagex/binutils . /
COPY --from=stagex/pkgconf . /
COPY --from=stagex/llvm . /
COPY --from=stagex/llvm16 . /
COPY --from=stagex/libunwind . /
COPY --from=stagex/openssl . /
COPY --from=stagex/ca-certificates . /