diff --git a/Dockerfile b/Dockerfile index ce7e777..062bbbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER Jeffrey Forman 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 diff --git a/requirements.txt b/requirements.txt index 6c41441..936e607 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ dnspython>=1.16.0 Jinja2 lxml pybindxml>=0.7 +mysqlclient