Skip to content

Commit

Permalink
Rely on official node template
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysbalevicius committed Feb 18, 2024
1 parent 6d0bac5 commit 0d2a0a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dev/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ENV TZ=America/New_York
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

ENV RUST_BACKTRACE 1
ENV CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG true

RUN rustup update \
&& rustup update nightly \
Expand All @@ -18,7 +19,7 @@ RUN apt-get update -y && apt-get install -y \
libssl-dev \
protobuf-compiler

RUN git clone --branch infimum https://github.com/rhysbalevicius/substrate-node-template /node
RUN git clone https://github.com/substrate-developer-hub/substrate-node-template.git /node

COPY ./.dev/Cargo.toml ./node/Cargo.toml
COPY ./.dev/runtime/Cargo.toml ./node/runtime/Cargo.toml
Expand Down

0 comments on commit 0d2a0a8

Please sign in to comment.