Skip to content

Commit

Permalink
Add MySQL libs for the Jenkins docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdempsey committed Mar 9, 2016
1 parent 2162432 commit 3d21c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM jenkins
USER root

RUN apt-get update && apt-get install -y build-essential python-dev libxml2-dev libxslt-dev libffi-dev libssl-dev python-pip && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y build-essential python-dev libxml2-dev libxslt-dev libffi-dev libssl-dev libmysqlclient-dev python-mysqldb python-pip && rm -rf /var/lib/apt/lists/*
RUN pip install pip2pi ansible==2.0

COPY plugins.txt /usr/share/jenkins/ref/plugins.txt
Expand Down

0 comments on commit 3d21c10

Please sign in to comment.