Skip to content

Commit

Permalink
Merge pull request #1080 from morucci/1078-2
Browse files Browse the repository at this point in the history
container image - fix link to sh
  • Loading branch information
morucci authored Nov 2, 2023
2 parents d775a2f + 5f181e1 commit 3cfa0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ in rec {
rwHome = "mkdir -p -m 1777 ${home}";

# Ensure /bin/sh (docker healthcheck assumes /bin/sh)
binSh = "ln -s usr/bin/sh bin/sh";
binSh = "ln -s /usr/bin/sh bin/sh";

in pkgs.dockerTools.buildLayeredImage {
name = "quay.io/change-metrics/monocle-exe";
Expand Down

0 comments on commit 3cfa0ae

Please sign in to comment.