From bf789f1080ff80943938a8122d582fff90e48594 Mon Sep 17 00:00:00 2001 From: Victor Marmol Date: Thu, 12 Jun 2014 15:42:01 -0700 Subject: [PATCH] Revert to ubuntu-trusty for lmctfy-docker image. Lmctfy needs libprotobuf8. Fixes #23 --- deploy/lmctfy-docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/lmctfy-docker/Dockerfile b/deploy/lmctfy-docker/Dockerfile index a6a1fde5..ce9f76de 100644 --- a/deploy/lmctfy-docker/Dockerfile +++ b/deploy/lmctfy-docker/Dockerfile @@ -1,8 +1,8 @@ -FROM google/debian:wheezy +FROM ubuntu:14.04 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 libprotobuf7 libapparmor1 +RUN apt-get update && apt-get install -y -q --no-install-recommends pkg-config libprotobuf8 libapparmor1 # Get the lcmtfy and cAdvisor binaries. ADD http://storage.googleapis.com/cadvisor-bin/lmctfy/lmctfy /usr/bin/lmctfy