소스 검색

fix docker run commands

Mokhtar Naamani 3 년 전
부모
커밋
c5ecfcc1ed
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      joystream-node.Dockerfile

+ 0 - 1
joystream-node.Dockerfile

@@ -1,5 +1,4 @@
 FROM liuchong/rustup:nightly AS rustup
-RUN rustup component add rustfmt clippy
 RUN rustup install nightly-2021-03-24
 RUN rustup default nightly-2021-03-24
 RUN rustup target add wasm32-unknown-unknown --toolchain nightly-2021-03-24