Skip to content

Commit b9adb95

Browse files
committed
docker: drop libunwind-dev; conflicts with libunwind-14-dev on bookworm
build fail: libunwind-14-dev : Conflicts: libunwind-dev E: Unable to correct problems, you have held broken packages. libunwind-dev is a virtual that resolves to libunwind-14-dev on bookworm; explicitly requesting it conflicts when another package already pulled in the versioned form. Nothing in our workflows directly asks for libunwind-dev, so just drop it -- it'll come in transitively.
1 parent ab5ab8d commit b9adb95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/wolfprovider-test-deps/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN apt-get update \
6565
libavahi-client-dev libavahi-compat-libdnssd-dev libmemcached-dev \
6666
libutf8proc-dev libxxhash-dev libkeyutils-dev libcom-err2 \
6767
libcjose-dev libeac-dev libefivar-dev libncurses5-dev \
68-
libncursesw5-dev libunwind-dev libiberty-dev libltdl-dev libltdl7 \
68+
libncursesw5-dev libiberty-dev libltdl-dev libltdl7 \
6969
libperl-dev linux-libc-dev binutils-dev uuid-dev \
7070
# X11 (x11vnc, qt5network5)
7171
libx11-dev libxdamage-dev libxext-dev libxfixes-dev libxi-dev \

0 commit comments

Comments
 (0)