Skip to content

Commit

Permalink
Install mariadb client for sqlflush
Browse files Browse the repository at this point in the history
./manage.py dbshell needs the `mysql` command so install it
  • Loading branch information
atodorov committed Jul 28, 2018
1 parent ad56da9 commit cd6b333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM centos/httpd

RUN rpm -Uhv https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm && \
yum -y --setopt=tsflags=nodocs install centos-release-scl && \
yum -y --setopt=tsflags=nodocs install rh-python36 gcc mariadb-devel \
yum -y --setopt=tsflags=nodocs install rh-python36 gcc mariadb-devel mariadb \
libxml2-devel libxslt-devel httpd-devel mod_wsgi mod_ssl npm gettext && \
yum -y update --setopt=tsflags=nodocs && \
yum clean all
Expand Down

0 comments on commit cd6b333

Please sign in to comment.