From 113684664b83fed0403e1ad108d0bd8c34201fcc Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 3 Dec 2021 11:00:11 +0100 Subject: [PATCH] chore: add iana-etc to address https://github.com/snoyberg/http-client/issues/292 --- nix/docker/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/docker/default.nix b/nix/docker/default.nix index 344691921..ddba4fb58 100644 --- a/nix/docker/default.nix +++ b/nix/docker/default.nix @@ -26,6 +26,7 @@ let # pandoc # just for manual testing within the pod, remove for production, since we use the library instead! curl wget netcat # just for manual testing within the pod, remove for production! openldap # just for manual testing within the pod, remove for production! + iana-etc ] ++ optionals isDemo [ postgresql_12 memcached uniworx.uniworx.components.exes.uniworxdb ]; runAsRoot = ''