System dep: libmysqlclinet18
This commit is contained in:
parent
ed81eb3e88
commit
5c87adbaad
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN set -ex \
|
|||
libsasl2-dev \
|
||||
' \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y git xmlsec1 \
|
||||
&& apt-get install -y git xmlsec1 libmysqlclient18 \
|
||||
&& apt-get install -y $buildDeps --no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& pip install --no-cache-dir -r /reqs/requirements.txt -c /reqs/constraints.txt \
|
||||
|
|
Loading…
Reference in a new issue