make nat-libs in beacon_node Dockerfile

This commit is contained in:
Yuriy Glukhov 2019-04-23 17:48:33 +03:00
parent 46fb9dc1b2
commit c0e6383b3b
No known key found for this signature in database
GPG Key ID: 733560674BB43E6C
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ARG GIT_REVISION
RUN git clone https://github.com/status-im/nimbus.git \
&& cd nimbus \
&& git reset --hard ${GIT_REVISION} \
&& make update deps
&& make update deps nat-libs
ARG NETWORK
ARG NETWORK_BACKEND