Skip to content

Commit 1da6f2f

Browse files
committed
Install libpcre2-dev alongside regex-pcre2
Otherwise linking against libpcre2 will fail, as libghc-regex-pcre2-dev does not depend on libpcre2-dev.
1 parent 1e8552e commit 1da6f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ganeti/Dockerfile.debian-testing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \
2828
libghc-hinotify-dev \
2929
libghc-base64-bytestring-dev \
3030
libghc-zlib-dev \
31-
libghc-regex-pcre2-dev \
31+
libghc-regex-pcre2-dev libpcre2-dev \
3232
libghc-regex-tdfa-dev \
3333
libghc-attoparsec-dev \
3434
libghc-vector-dev \

0 commit comments

Comments
 (0)