diff --git a/Dockerfile b/Dockerfile index 7fde038a9e3..490ab70c343 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,7 @@ RUN apt-get update && apt-get install -y \ libpq5 \ libssl1.1 \ libsqlite3-0 \ + xmlsec1 libxmlsec1-dev libxmlsec1-openssl \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/*