Commit 0c2b61b4 by Brian Beggs

Updated go-agent docker file to pull tubular from the master branch

parent e89f820e
......@@ -13,6 +13,6 @@ RUN apt-get update && apt-get install -y -q \
python-pip
# TODO: repalce this with a pip install command so we can version this properly
RUN git clone -b bbeggs/cli https://github.com/edx/tubular.git /opt/tubular
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
\ No newline at end of file
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