Skip to content

Commit

Permalink
fix(docker): Add gnused to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie authored and kderme committed May 9, 2024
1 parent 20f6594 commit 5e54703
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nix/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

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

let
Expand All @@ -37,6 +37,7 @@ let
findutils # GNU find
getconf # get num cpus
glibcLocales # Locale information for the GNU C Library
gnused # GNU sed
gnutar # GNU tar
gzip # Gnuzip
jq # JSON processor
Expand Down

0 comments on commit 5e54703

Please sign in to comment.