Merge pull request #3587 from tonistiigi/dev-deps-update

Dockerfile: update dev deps
This commit is contained in:
CrazyMax
2026-01-12 10:05:22 +01:00
committed by GitHub
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=}"