Add git and cacerts to docker image
This commit is contained in:
parent
763910b515
commit
2f70e42f9a
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user