diff --git a/Dockerfile b/Dockerfile index 903e5ad..a89d7d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM rust:1.71-slim AS builder -RUN apt-get update && apt-get install -y libssl-dev pkg-config +RUN rustup component add rustfmt +RUN apt-get update && apt-get install -y libssl-dev pkg-config clang COPY . /sources WORKDIR /sources