Add git and cacerts to docker image

This commit is contained in:
Valentin Brandl 2020-03-22 20:54:33 +01:00
parent 763910b515
commit 2f70e42f9a
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -41,7 +41,12 @@ rec {
name = "vbrandl/hits-of-code";
tag = package.version;
contents = [ package ];
contents =
[
package
pkgs.cacert
pkgs.gitMinimal
];
config = {
Cmd = [ "/bin/hoc" ];