Dockerfile: update dev deps

Hack scripts require make and bash that was missing
in the dev Dockerfile stage.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
(cherry picked from commit 26ffd457330d7880fa1c9693acfa4a6448407dd8)
This commit is contained in:
Tonis Tiigi
2026-01-11 22:00:16 -08:00
parent 8037f199db
commit ded8307556
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -eu -o pipefail
set -eu
: "${GITHUB_ACTIONS=}"