Skip to content

Commit

Permalink
Kurtosis Dockerfile: switch make param to update-from-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jun 17, 2024
1 parent e1bb65f commit 5626351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN ldd --version ldd
ADD . /root/nimbus-eth1

RUN cd /root/nimbus-eth1 \
&& make -j$(nproc) update \
&& make -j$(nproc) update-from-ci \
&& make -j$(nproc) V=1 LOG_LEVEL=TRACE nimbus

# --------------------------------- #
Expand Down

0 comments on commit 5626351

Please sign in to comment.