Commit 82631b64 by Brian Beggs

virtualenv installed on go-agent docker container

parent 390f6085
......@@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y -q \
RUN git clone https://github.com/edx/tubular.git /opt/tubular
RUN pip install -r /opt/tubular/requirements.txt
RUN cd /opt/tubular;python setup.py install
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
......
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