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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user