Skip to content

Commit afbc50e

Browse files
authored
feature(nix): Add cardano-db-tool to docker image (#1593)
1 parent 2b6c64c commit afbc50e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

nix/docker.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
, evalService, cardanoLib
77

88
# Image dependencies
9-
, bashInteractive, cacert, cardano-cli, cardano-db-sync, coreutils, curl, findutils
10-
, getconf, glibcLocales, gnutar, gzip, jq, iana-etc, iproute, iputils, lib, libidn
11-
, libpqxx, postgresql, socat, utillinux
9+
, bashInteractive, cacert, cardano-cli, cardano-db-sync, cardano-db-tool
10+
, coreutils, curl, findutils, getconf, glibcLocales, gnutar, gzip, jq, iana-etc
11+
, iproute, iputils, lib, libidn, libpqxx, postgresql, socat, utillinux
1212
}:
1313

1414
let
@@ -44,6 +44,7 @@ let
4444
socat # Utility for bidirectional data transfer
4545
utillinux # System utilities for Linux
4646
cardano-cli # tool for interacting with cardano-node
47+
cardano-db-tool # utilities for creating database snapshots
4748
];
4849
};
4950

0 commit comments

Comments
 (0)