Commit 513f23a3 by John Eskew

Add PIP install of virtualenv.

parent ba60063b
......@@ -32,6 +32,9 @@ RUN /bin/bash /tmp/docker/docker_install.sh
# Install AWS command-line interface - for AWS operations in a go-agent task.
RUN pip install awscli
# Install Python virtualenv.
RUN pip install virtualenv
ADD docker/build/go-agent/files/go-agent-start.sh /etc/service/go-agent/run
ADD docker/build/go-agent/files/go-agent-env-vars /etc/default/go-agent
RUN update-java-alternatives -s java-7-oracle
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment