chore(image): replace busybox → coreutils-full

This commit is contained in:
technofab 2024-04-25 00:07:30 +02:00
parent 48306fd043
commit f4cf15c367

View file

@ -12,7 +12,7 @@ pkgs.dockerTools.buildImage {
paths = [
pkgs.bashInteractive
pkgs.nixFlakes
pkgs.busybox
pkgs.coreutils-full
pkgs.home-manager
pkgs.direnv
];