The `libprotobuf-c0-dev` virtual package is no longer available
in Debian Buster, but is provided by `libprotobuf-c-dev`, which
is available.
https://packages.debian.org/stretch/libprotobuf-c0-dev
> Virtual Package: libprotobuf-c0-dev
>
> This is a virtual package. See the Debian policy for a definition of virtual packages.
>
> Packages providing libprotobuf-c0-dev
> libprotobuf-c-dev
> Protocol Buffers C static library and headers (protobuf-c)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit d185ca78ec53a448d8be0aaa4ade4824f9e4f928)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -40,7 +40,7 @@ ENV CRIU_VERSION 3.11 |
| 40 | 40 |
# Install dependency packages specific to criu |
| 41 | 41 |
RUN apt-get update && apt-get install -y --no-install-recommends \ |
| 42 | 42 |
libnet-dev \ |
| 43 |
- libprotobuf-c0-dev \ |
|
| 43 |
+ libprotobuf-c-dev \ |
|
| 44 | 44 |
libprotobuf-dev \ |
| 45 | 45 |
libnl-3-dev \ |
| 46 | 46 |
libcap-dev \ |