Update Dockerfile

This commit is contained in:
Sanaz Taheri Boshrooyeh 2022-10-05 12:24:11 -07:00 committed by GitHub
parent 091ea33158
commit a2dca360d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ COPY . .
RUN git submodule update --init --recursive
# Slowest build step for the sake of caching layers
RUN make -j$(nproc) deps
RUN make -j$(nproc) deps RLN="$RLN"
# Build the final node binary
RUN make -j$(nproc) $MAKE_TARGET NIMFLAGS="$NIMFLAGS" RLN="$RLN"