mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-12 02:00:11 +01:00
fix(image): symlink bash additionally to /bin/bash
This commit is contained in:
parent
0d2ac5cb2c
commit
797fd521f2
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@
|
||||||
|
|
||||||
ln -s ${pkgs.coreutils}/bin/env $out/usr/bin/env
|
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/sh
|
||||||
|
ln -s ${pkgs.bashInteractive}/bin/bash $out/bin/bash
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
pkgs.dockerTools.buildLayeredImageWithNixDb {
|
pkgs.dockerTools.buildLayeredImageWithNixDb {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue