Skip to content

Commit c46c3c6

Browse files
committed
Dockerfile: Account for (first) dependency changes in forky
Debian 14 split the sbuild package, introducing sbuild-schroot which is what Isar needs. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
1 parent c770cf6 commit c46c3c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=${CACHE_SHARING} \
109109
bzip2 mmdebstrap arch-test apt-utils dosfstools \
110110
dpkg-dev gettext-base git mtools parted python3 \
111111
quilt qemu-user-static reprepro sudo unzip git-buildpackage \
112-
pristine-tar sbuild schroot zstd \
112+
pristine-tar '(^sbuild-schroot$|^sbuild$)' schroot zstd \
113113
umoci skopeo \
114114
python3-botocore \
115115
bubblewrap \

0 commit comments

Comments
 (0)