Commit 8d7643b9 by Calen Pennington Committed by Edward Zarecor

Add libmysqlclient-dev to trusty-common and precise-common so that ansible can run mysql tasks

parent 2215f485
...@@ -20,7 +20,8 @@ RUN apt-get install -y \ ...@@ -20,7 +20,8 @@ RUN apt-get install -y \
python-apt \ python-apt \
python-yaml \ python-yaml \
python-jinja2 \ python-jinja2 \
git git \
libmysqlclient-dev
# Temporary hacking related to an SELinux bug. This issue causes, at least, # Temporary hacking related to an SELinux bug. This issue causes, at least,
# useradd to fail silently when the -m flag is passed in. The bug affects # useradd to fail silently when the -m flag is passed in. The bug affects
......
...@@ -20,7 +20,8 @@ RUN apt-get install -y \ ...@@ -20,7 +20,8 @@ RUN apt-get install -y \
python-apt \ python-apt \
python-yaml \ python-yaml \
python-jinja2 \ python-jinja2 \
git git \
libmysqlclient-dev \
USER docker USER docker
......
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