deploy/lmctfy-docker/Dockerfile: libprotobuf7

This commit is contained in:
Johan Euphrosine 2014-06-12 14:30:02 -07:00
parent 94c60426a3
commit b370dd4667

View File

@ -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