Skip to content

Commit

Permalink
fix: run forge install instead of build (#187)
Browse files Browse the repository at this point in the history
Depends on the fix from #184
  • Loading branch information
MegaRedHand authored Jan 21, 2025
1 parent 585bd59 commit d0682b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kurtosis_package/dockerfiles/contract_deployer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ RUN git remote add origin ${CONTRACTS_REPO} && \
WORKDIR /app/${CONTRACTS_PATH}

# TODO: we can use a multi-stage build to store artifacts only
RUN forge build
RUN forge install

0 comments on commit d0682b1

Please sign in to comment.