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
|
FROM gobase AS integration-test-base
|
||||||
# https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
|
# https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
bash \
|
||||||
btrfs-progs \
|
btrfs-progs \
|
||||||
e2fsprogs \
|
e2fsprogs \
|
||||||
e2fsprogs-extra \
|
e2fsprogs-extra \
|
||||||
ip6tables \
|
ip6tables \
|
||||||
iptables \
|
iptables \
|
||||||
|
make \
|
||||||
openssl \
|
openssl \
|
||||||
shadow-uidmap \
|
shadow-uidmap \
|
||||||
xfsprogs \
|
xfsprogs \
|
||||||
|
|||||||
Reference in New Issue
Block a user