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 committed Apr 17, 2024
1 parent 2158eb8 commit 9f4653e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nix/docker.nix
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

1 comment on commit 9f4653e

@circus0988
Copy link

@circus0988 circus0988 commented on 9f4653e May 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was merged in master 3 weeks ago, but new release 13.2.0.2 doesnt contain it. I cant restore 13.2 snapshot because sed still has not presented in docker image. Why?

Please sign in to comment.