mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-11 17:50:06 +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.bashInteractive}/bin/bash $out/bin/sh
|
||||
ln -s ${pkgs.bashInteractive}/bin/bash $out/bin/bash
|
||||
'';
|
||||
in
|
||||
pkgs.dockerTools.buildLayeredImageWithNixDb {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue