Add musl-dev to rustfmt image for crti.o.

This commit is contained in:
Tom Alexander 2023-07-18 13:46:15 -04:00
parent b3c638428b
commit bf8bd5bcbd
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -1,5 +1,6 @@
FROM rustlang/rust:nightly-alpine3.17 FROM rustlang/rust:nightly-alpine3.17
RUN apk add --no-cache musl-dev
RUN rustup component add rustfmt RUN rustup component add rustfmt
ENTRYPOINT ["cargo", "fmt"] ENTRYPOINT ["cargo", "fmt"]