root: add missing libraries for static docker container

This commit is contained in:
Jens Langhammer 2020-11-15 16:17:25 +01:00
parent 50531b8a36
commit 207aae15a8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ COPY --from=locker /app/requirements-dev.txt /app/
WORKDIR /app/
RUN apt-get update && \
apt-get install -y --no-install-recommends postgresql-client-11 build-essential && \
apt-get install -y --no-install-recommends postgresql-client-11 build-essential libxmlsec1-dev pkg-config && \
rm -rf /var/lib/apt/ && \
pip install -r requirements.txt --no-cache-dir && \
apt-get remove --purge -y build-essential && \