Dockerfile 187 B

12345678
  1. FROM liuchong/rustup:1.46.0 AS builder
  2. LABEL description="Rust and WASM build environment for joystream and substrate"
  3. WORKDIR /setup
  4. COPY setup.sh /setup
  5. ENV TERM=xterm
  6. RUN ./setup.sh