Kurtosis Dockerfile: switch make param to update-from-ci
This commit is contained in:
parent
e1bb65fdfa
commit
56263518ce
|
@ -20,7 +20,7 @@ RUN ldd --version ldd
|
||||||
ADD . /root/nimbus-eth1
|
ADD . /root/nimbus-eth1
|
||||||
|
|
||||||
RUN cd /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
|
&& make -j$(nproc) V=1 LOG_LEVEL=TRACE nimbus
|
||||||
|
|
||||||
# --------------------------------- #
|
# --------------------------------- #
|
||||||
|
|
Loading…
Reference in New Issue