Kurtosis Dockerfile: switch make param to update-from-ci

This commit is contained in:
jangko 2024-06-17 12:00:11 +07:00
parent e1bb65fdfa
commit 56263518ce
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -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
# --------------------------------- #