Add rustfmt to ci image

This commit is contained in:
Wojciech Kozlowski 2024-01-06 10:56:17 +01:00
parent b12d7f1c36
commit b3b17ae2c5

View File

@ -1,6 +1,6 @@
FROM docker.io/library/rust:1.75
RUN rustup component add clippy
RUN rustup component add clippy rustfmt
RUN apt-get update && apt-get install -y \
nodejs