Commit 15de7f8d by Brian Beggs

Install libmysqlclient-dev on go-agent docker so edx/configuration can be instaled

parent 4a5f1d40
...@@ -23,7 +23,8 @@ RUN apt-get update && apt-get install -y -q \ ...@@ -23,7 +23,8 @@ RUN apt-get update && apt-get install -y -q \
python \ python \
python-dev \ python-dev \
python-distribute \ python-distribute \
python-pip python-pip \
libmysqlclient-dev
# TODO: repalce this with a pip install command so we can version this properly # 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 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