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
+3
View File
@@ -22,4 +22,7 @@
nixpkgs-revert-ghc-bootstrap =
./nixpkgs-revert-ghc-bootstrap.patch;
openssl-split-runtime-dependencies-of-static-builds =
./openssl-split-runtime-dependencies-of-static-builds.patch;
}