1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request from thaJeztah/switch_libprotobuf

Replace libprotobuf-c0-dev with libprotobuf-c-dev
This commit is contained in:
Sebastiaan van Stijn 2019-08-27 15:49:02 +02:00 committed by GitHub
commit c33872e3f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ ENV CRIU_VERSION 3.12
# Install dependency packages specific to criu
RUN apt-get update && apt-get install -y --no-install-recommends \
libnet-dev \
libprotobuf-c0-dev \
libprotobuf-c-dev \
libprotobuf-dev \
libnl-3-dev \
libcap-dev \