Skip to content

Commit 8c77037

Browse files
authored
feat: cardano-tracer binary (#255)
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
1 parent e9d0645 commit 8c77037

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN echo "Building tags/${NODE_VERSION}..." \
1515
&& cabal build all \
1616
&& mkdir -p /root/.local/bin/ \
1717
&& cp -p "$(./scripts/bin-path.sh cardano-node)" /root/.local/bin/ \
18+
&& cp -p "$(./scripts/bin-path.sh cardano-tracer)" /root/.local/bin/ \
1819
&& rm -rf /root/.cabal/packages \
1920
&& rm -rf /usr/local/lib/ghc-${GHC_VERSION}/ /usr/local/share/doc/ghc-${GHC_VERSION}/ \
2021
&& rm -rf /code/cardano-node/dist-newstyle/ \

0 commit comments

Comments
 (0)