Skip to content

Commit

Permalink
fix: add ld_library_path to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Jul 4, 2023
1 parent ac5f7ef commit 9d75c4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
config = {
entrypoint = [(lib.getExe self'.packages.default)];
cmd = ["0.0.0.0:50100"];
env = [
"LD_LIBRARY_PATH=/lib/x86_64-linux-gnu"
];
};
};
releaseEnv = pkgs.buildEnv {
Expand Down

0 comments on commit 9d75c4b

Please sign in to comment.