gitlab-runner: Make Bash a runtime dependency to fix clear-docker-cache.

(cherry picked from commit f26dd73367)
This commit is contained in:
commiterate
2025-05-20 11:48:43 -04:00
committed by github-actions[bot]
parent 595c22cce5
commit aa80667f81

View File

@@ -22,7 +22,7 @@ buildGoModule rec {
vendorHash = "sha256-1MwHss76apA9KoFhEU6lYiUACrPMGYzjhds6nTyNuJI=";
# For patchShebangs
nativeBuildInputs = [ bash ];
buildInputs = [ bash ];
patches = [
./fix-shell-path.patch