Skip to content

Commit

Permalink
add rust programs to path
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Jun 25, 2024
1 parent 218d82d commit e77aec4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/psibase-contributor.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ RUN mkdir -p ${PSINODE_PATH} \
&& git clone https://github.com/gofractally/psibase.git . \
&& git submodule update --init --recursive

# Add locally built rust programs to path
ENV PATH=${PSINODE_PATH}/build/rust/release:$PATH

# Copy in tool config
COPY --from=toolconfig / /

Expand Down

0 comments on commit e77aec4

Please sign in to comment.