Skip to content

Commit

Permalink
feat: add to Dockerfile to allow docker images with tracing enabled v…
Browse files Browse the repository at this point in the history
…ia build-args (nanocurrency#4603)

Co-authored-by: gr0vity <[email protected]>
  • Loading branch information
gr0vity-dev and gr0vity authored May 6, 2024
1 parent 09d719c commit ee74efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ WORKDIR /tmp/src
#Define ARGs for ci/build-node.sh
ARG BUILD_TYPE=RelWithDebInfo
ARG NANO_TEST=OFF
ARG NANO_TRACING=OFF
ARG COVERAGE=OFF
ARG CMAKE_SANITIZER=""
ARG CI_TAG=DEV_BUILD
Expand Down

0 comments on commit ee74efb

Please sign in to comment.