Skip to content

Commit

Permalink
update docker.nix file
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshi06 committed Sep 20, 2024
1 parent 6ed0af3 commit fbb33d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
, lib
, package
, image-name
, pgks
, architecture ? null
, tag ? null # defaults to the output hash
, extraConfig ? { } # see config options at: https:/moby/moby/blob/master/image/spec/v1.2.md#image-json-field-descriptions
Expand All @@ -12,7 +13,7 @@ let
args = {
name = image-name;
created = "now";
contents = [ package ca-certificates ];
contents = [ pkgs.cacert ]
config = {
Entrypoint = [
"/bin/${package.pname}"
Expand Down

0 comments on commit fbb33d6

Please sign in to comment.