Commit ee5100a5 by Brian Beggs

Merge pull request #2943 from edx/bbeggs/go-agent-docker

Install libmysqlclient-dev on go-agent docker so edx/configuration can be instaled
parents 529b95bb 15de7f8d
......@@ -23,7 +23,8 @@ RUN apt-get update && apt-get install -y -q \
python \
python-dev \
python-distribute \
python-pip
python-pip \
libmysqlclient-dev
# TODO: repalce this with a pip install command so we can version this properly
RUN git clone https://github.com/edx/tubular.git /opt/tubular
......
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