Skip to content

Commit

Permalink
Remove installing rustfmt from the Dockerfile
Browse files Browse the repository at this point in the history
libsodium-sys crate no longer requires rustfmt to successfullly build.
  • Loading branch information
samrg472 committed Nov 14, 2019
1 parent a1e273f commit 85bde59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85bde59

Please sign in to comment.