Unverified Commit c78448ac authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

gitlab-runner: Make Bash a runtime dependency to fix clear-docker-cache. (#409109)

parents f63fe4ce f26dd733
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