Skip to content

Commit 85bde59

Browse files
committed
Remove installing rustfmt from the Dockerfile
libsodium-sys crate no longer requires rustfmt to successfullly build.
1 parent a1e273f commit 85bde59

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ RUN apt-get update && \
77
make \
88
clang
99

10-
# Required for libsodium-sys crate
11-
RUN rustup component add rustfmt
12-
1310
# Copy and build
1411
COPY . .
1512
RUN cargo build -p godcoin-server --release

0 commit comments

Comments
 (0)