Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 76785c9

Browse files
committed
Replace libprotobuf-c0-dev with libprotobuf-c-dev
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> Upstream-commit: 5143f3a62ca642d0a2329c669374fd04a5b58989 Component: engine
1 parent deaac5d commit 76785c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/engine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ENV CRIU_VERSION 3.11
4040
# Install dependency packages specific to criu
4141
RUN apt-get update && apt-get install -y --no-install-recommends \
4242
libnet-dev \
43-
libprotobuf-c0-dev \
43+
libprotobuf-c-dev \
4444
libprotobuf-dev \
4545
libnl-3-dev \
4646
libcap-dev \

0 commit comments

Comments
 (0)