build(container): avoid forcing shebang

Let’s let the system decide which binary to use instead of forcing one. For
example, on macOS, /bin/bash points to the default bash version, which is 3.2…
I think that speaks for itself! :D

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-02-27 13:41:59 +01:00
parent 7f9b767277
commit 9f9a140fbc
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.