diff --git a/.github/Dockerfile b/.github/Dockerfile new file mode 100644 index 00000000000..1d1fe94df49 --- /dev/null +++ b/.github/Dockerfile @@ -0,0 +1 @@ +Dockerfile \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index dcaa77f2833..18bfa59e3c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY . /nodle-chain RUN apt-get update && apt-get install -qy cmake pkg-config libssl-dev git clang build-essential curl protobuf-compiler RUN rustup component add rust-src && rustup target add wasm32-unknown-unknown --toolchain stable -RUN cargo build -p nodle-parachain --$PROFILE --features="on-chain-release-build" && \ +RUN cargo build -p nodle-parachain --$PROFILE && \ bunzip2 node/res/paradis.json.bz2 # ===== SECOND STAGE ======