Skip to content
Snippets Groups Projects
Commit 8bda8da4 authored by François-Simon Fauteux-Chapleau's avatar François-Simon Fauteux-Chapleau
Browse files

packaging: fix Docker build error

The libpcre3-dev package doesn't exist on Debian testing, which caused
an error when trying to build Dockerfile_debian_testing. Adding the
newer libpcre2-dev package as an alternative in the debian/control file
fixes the issue.

GitLab: #1856
Change-Id: I3f9068a67101597eb2ffe7cb5a358870e7284e5b
parent b7fb63ae
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 9), ...@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 9),
libpulse-dev, libpulse-dev,
libasound2-dev, libasound2-dev,
libexpat1-dev, libexpat1-dev,
libpcre3-dev, libpcre3-dev | libpcre2-dev,
libyaml-cpp-dev, libyaml-cpp-dev,
libboost-dev, libboost-dev,
libxext-dev, libxext-dev,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment