Commit f26dd733 authored by commiterate's avatar commiterate
Browse files

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

parent eed414ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ buildGoModule (finalAttrs: {
  vendorHash = "sha256-wxFVDkqiqs7jaZEPGyawWfs6h6UgAhCWSckM90G44lA=";

  # For patchShebangs
  nativeBuildInputs = [ bash ];
  buildInputs = [ bash ];

  patches = [
    ./fix-shell-path.patch