fix(image): symlink bash additionally to /bin/bash

This commit is contained in:
technofab 2024-10-04 14:06:55 +02:00
parent 0d2ac5cb2c
commit 797fd521f2

View file

@ -101,6 +101,7 @@
ln -s ${pkgs.coreutils}/bin/env $out/usr/bin/env
ln -s ${pkgs.bashInteractive}/bin/bash $out/bin/sh
ln -s ${pkgs.bashInteractive}/bin/bash $out/bin/bash
'';
in
pkgs.dockerTools.buildLayeredImageWithNixDb {