Skip to content

Commit

Permalink
feature(nix): Add cardano-db-tool to docker image (#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie authored Jan 5, 2024
1 parent 2b6c64c commit afbc50e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nix/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
, evalService, cardanoLib

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

let
Expand Down Expand Up @@ -44,6 +44,7 @@ let
socat # Utility for bidirectional data transfer
utillinux # System utilities for Linux
cardano-cli # tool for interacting with cardano-node
cardano-db-tool # utilities for creating database snapshots
];
};

Expand Down

0 comments on commit afbc50e

Please sign in to comment.