diff --git a/Dockerfile b/Dockerfile index 95211c7..a47ea75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,6 @@ RUN apt-get update && \ make \ clang -# Required for libsodium-sys crate -RUN rustup component add rustfmt - # Copy and build COPY . . RUN cargo build -p godcoin-server --release