Skip to content

Commit

Permalink
ci: fix truffle test (bnb-chain#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh0 authored and qinglin89 committed Mar 24, 2023
1 parent 1250a9b commit 86dc76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM ethereum/solc:0.6.4-alpine as bsc-genesis
RUN apk add --d --no-cache ca-certificates npm nodejs bash alpine-sdk

RUN git clone https://github.com/binance-chain/bsc-genesis-contract.git /root/genesis \
&& rm /root/genesis/package-lock.json && cd /root/genesis && npm install
&& cd /root/genesis && npm install

COPY docker/init_holders.template /root/genesis/init_holders.template

Expand Down

0 comments on commit 86dc76d

Please sign in to comment.