fix: use clang16 with openpgp-card-tools

This commit is contained in:
Anton Livaja 2024-08-15 00:43:36 -04:00
parent 0b0eec3f31
commit 690aa3d960
No known key found for this signature in database
GPG key ID: 44A86CFF1FDF0E85

View file

@ -20,7 +20,7 @@ WORKDIR openpgp-card-tools
RUN cargo fetch
FROM fetch AS build
COPY --from=stagex/clang . /
COPY --from=stagex/clang16 . /
COPY --from=stagex/linux-headers . /
COPY --from=stagex/gmp . /
COPY --from=stagex/nettle . /