Skip to content

Commit

Permalink
bug 1315365: Add mysql-client so that mysqldump will be available. (#179
Browse files Browse the repository at this point in the history
). r=mostlygeek
  • Loading branch information
bhearsum committed Nov 21, 2016
1 parent 5a76e64 commit ba348e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -6,7 +6,7 @@ MAINTAINER bhearsum@mozilla.com
# Node and npm are to build the frontend. nodejs-legacy is needed by this version of npm. These will get removed after building.
# libmysqlclient-dev is required to use SQLAlchemy with MySQL, which we do in production.
RUN apt-get -q update \
&& apt-get -q --yes install libpcre3 libpcre3-dev libmysqlclient-dev \
&& apt-get -q --yes install libpcre3 libpcre3-dev libmysqlclient-dev mysql-client \
&& apt-get clean

WORKDIR /app
Expand Down

0 comments on commit ba348e1

Please sign in to comment.