From b370dd46671ebc0796e6e39691122b1eda5eb2e9 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Thu, 12 Jun 2014 14:30:02 -0700 Subject: [PATCH] deploy/lmctfy-docker/Dockerfile: libprotobuf7 --- deploy/lmctfy-docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/lmctfy-docker/Dockerfile b/deploy/lmctfy-docker/Dockerfile index 697ea85bfe..a6a1fde571 100644 --- a/deploy/lmctfy-docker/Dockerfile +++ b/deploy/lmctfy-docker/Dockerfile @@ -2,7 +2,7 @@ FROM google/debian:wheezy MAINTAINER kyurtsever@google.com dengnan@google.com vmarmol@google.com # Get the lmctfy dependencies. -RUN apt-get update && apt-get install -y -q --no-install-recommends pkg-config libprotobuf8 libapparmor1 +RUN apt-get update && apt-get install -y -q --no-install-recommends pkg-config libprotobuf7 libapparmor1 # Get the lcmtfy and cAdvisor binaries. ADD http://storage.googleapis.com/cadvisor-bin/lmctfy/lmctfy /usr/bin/lmctfy