aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-16 16:46:59 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-16 16:46:59 -0700
commitb84571840a590c7b543bb0514a389c9c80740bb6 (patch)
treef18cbc4f4d8bb7fa01ed9f64c279e71eaa9d2e1d /tools/dockerfile
parent91bd67cb337d8794f41b481c773203e72492272b (diff)
moved apt-gets from .sh file to dockerfile for nanopb
Diffstat (limited to 'tools/dockerfile')
-rw-r--r--tools/dockerfile/test/sanity/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/test/sanity/Dockerfile b/tools/dockerfile/test/sanity/Dockerfile
index 1935f67560..01ca268f84 100644
--- a/tools/dockerfile/test/sanity/Dockerfile
+++ b/tools/dockerfile/test/sanity/Dockerfile
@@ -65,7 +65,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
#========================
# Sanity test dependencies
-RUN apt-get update && apt-get install -y python-pip
+RUN apt-get update && apt-get install -y python-pip autoconf automake libtool curl python-virtualenv
RUN pip install simplejson mako
#===================