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
+2
View File
@@ -120,11 +120,13 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true
FROM gobase AS integration-test-base
# https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
RUN apk add --no-cache \
bash \
btrfs-progs \
e2fsprogs \
e2fsprogs-extra \
ip6tables \
iptables \
make \
openssl \
shadow-uidmap \
xfsprogs \
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -eu -o pipefail
set -eu
: "${GITHUB_ACTIONS=}"