Skip to content
Snippets Groups Projects
Commit 0061cfbf authored by kaiyou's avatar kaiyou
Browse files

Install the xmlsec1 binary package

parent 30f58281
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ FROM python:3-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
zlib1g libfreetype6 libjpeg62-turbo libopenjp2-7 libtiff5 liblcms2-2 \
libpq5 libmariadb3 libxmlsec1 \
libpq5 libmariadb3 libxmlsec1 xmlsec1 \
&& rm -rf /var/cache/apt \
&& mkdir /app
WORKDIR /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment