Add musl-dev to rustfmt image for crti.o.
This commit is contained in:
parent
b3c638428b
commit
bf8bd5bcbd
@ -1,5 +1,6 @@
|
||||
FROM rustlang/rust:nightly-alpine3.17
|
||||
|
||||
RUN apk add --no-cache musl-dev
|
||||
RUN rustup component add rustfmt
|
||||
|
||||
ENTRYPOINT ["cargo", "fmt"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user