Skip to content

Commit 2bd026b

Browse files
committed
nodeOci: add snapshot-converter
1 parent 8443ee8 commit 2bd026b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nix/docker/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# The main contents of the image.
1919
, cardano-cli
2020
, cardano-node
21+
, snapshot-converter
2122
, scripts
2223

2324
# Set gitrev to null, to ensure the version below is used
@@ -161,6 +162,7 @@ in
161162
cp -v ${context}/bin/* usr/local/bin
162163
ln -sv ${cardano-node}/bin/cardano-node usr/local/bin/cardano-node
163164
ln -sv ${cardano-cli}/bin/cardano-cli usr/local/bin/cardano-cli
165+
ln -sv ${snapshot-converter}/bin/snapshot-converter usr/local/bin/snapshot-converter
164166
ln -sv ${jq}/bin/jq usr/local/bin/jq
165167
166168
# Create iohk-nix network configs, organized by network directory.

0 commit comments

Comments
 (0)