Reduce size of the static docker image by patching the Nix openssl package (#1528)

* hook docker images into the default builds
This commit is contained in:
Remo Rechkemmer
2020-05-20 11:49:11 -05:00
committed by GitHub
parent 67344c8e0a
commit 289bb66f56
5 changed files with 105 additions and 2 deletions
+4
View File
@@ -11,6 +11,10 @@ pkgs.lib.overrideDerivation env (
tests
style
lint
# We don't include the `postgrest-docker-load` here, as that would
# cause the shell to depend on building the Docker images and in turn
# on the static executable. Use `nix-shell default.nix -A dockerLoad`
# to get a shell with that script on the PATH.
];
shellHook =