Skip to content

Commit

Permalink
Add Forge Deployment library
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Nov 5, 2024
1 parent 312a12d commit cf62347
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ ADD https://github.com/foundry-rs/forge-std.git#v${FORGE_STD_VERSION}:src /usr/s
ARG OPENZEPPELIN_VERSION=5.1.0
ADD https://github.com/OpenZeppelin/openzeppelin-contracts.git#v${OPENZEPPELIN_VERSION}:contracts /usr/share/forge-lib/openzeppelin-contracts/contracts

# install forge-deploy-lib
ARG FORGE_DEPLOY_LIB_VERSION=0.0.0
ADD https://github.com/crypto-bug-hunters/forge-deploy-lib.git#v${FORGE_DEPLOY_LIB_VERSION}:src /usr/share/forge-lib/forge-deploy-lib/src

RUN useradd --home-dir /bounty bounty
RUN mkdir -p /bounties /bounty
RUN chown bounty:bounty /bounty
Expand Down

0 comments on commit cf62347

Please sign in to comment.