add missing mysql deps!
This commit is contained in:
parent
e78bb637e9
commit
a158e984de
|
@ -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
|
||||
|
||||
|
|
|
@ -5,3 +5,4 @@ dnspython>=1.16.0
|
|||
Jinja2
|
||||
lxml
|
||||
pybindxml>=0.7
|
||||
mysqlclient
|
||||
|
|
Loading…
Reference in New Issue