add missing mysql deps!

This commit is contained in:
jeffrey forman 2019-03-21 20:04:21 -04:00
parent e78bb637e9
commit a158e984de
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ MAINTAINER Jeffrey Forman <code@jeffreyforman.net>
WORKDIR /code
COPY . /code/
RUN apk add --no-cache nsd build-base python3-dev libffi-dev openssl-dev libc-dev libxslt-dev \
RUN apk add --no-cache nsd build-base python3-dev libffi-dev openssl-dev libc-dev libxslt-dev mariadb-connector-c-dev \
&& pip install --upgrade pip \
&& pip install --no-cache-dir -r requirements.txt

View File

@ -5,3 +5,4 @@ dnspython>=1.16.0
Jinja2
lxml
pybindxml>=0.7
mysqlclient