Skip to content

Commit

Permalink
build the entire workspace for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Dec 13, 2023
1 parent 16fa9f7 commit 852089a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/centrifuge-chain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM --platform=linux/amd64 docker.io/paritytech/ci-linux:production as builder
WORKDIR /centrifuge-chain
ARG FEATURES=""
RUN FEATURES=$(echo ${FEATURES} | tr -d '"') \
cargo build -p centrifuge-chain --locked --release --features=${FEATURES}
cargo build --locked --release --features=${FEATURES}

# ===== SECOND STAGE ======
# IF we were to publish binaries that we can always trust we could skip the first part
Expand Down

0 comments on commit 852089a

Please sign in to comment.