From 1ac35e0bf816ccdccaf984ee5fe28b329c9cb258 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 3 Dec 2021 00:20:27 +0100 Subject: [PATCH 1/2] fix(docker): remove missing docker dependency --- nix/docker/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/docker/default.nix b/nix/docker/default.nix index 7fbcd696e..344691921 100644 --- a/nix/docker/default.nix +++ b/nix/docker/default.nix @@ -26,7 +26,6 @@ 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! - build-essentials ] ++ optionals isDemo [ postgresql_12 memcached uniworx.uniworx.components.exes.uniworxdb ]; runAsRoot = '' From 113684664b83fed0403e1ad108d0bd8c34201fcc Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 3 Dec 2021 11:00:11 +0100 Subject: [PATCH 2/2] 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 = ''