Skip to content
Snippets Groups Projects
Commit 3ab10f87 authored by Craig Tiller's avatar Craig Tiller
Browse files

Install "time" so that we can profile things

parent 6326b8c5
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,10 @@ RUN pip install simplejson mako
RUN curl https://get.docker.com/ | sh
RUN apt-get remove --purge -y docker-engine
##################
# Build profiling
RUN apt-get install -y time
RUN mkdir /var/local/jenkins
# Define the default command.
......
......@@ -153,6 +153,10 @@ RUN apt-get update && apt-get install -y \
# Zookeeper dependencies
RUN apt-get install -y libzookeeper-mt-dev
##################
# Build profiling
RUN apt-get install -y time
RUN mkdir /var/local/jenkins
# Define the default command.
......
......@@ -152,6 +152,9 @@ RUN apt-get update && apt-get install -y \
# Zookeeper dependencies
RUN apt-get install -y libzookeeper-mt-dev
##################
# Build profiling
RUN apt-get install -y time
RUN mkdir /var/local/jenkins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment