diff --git a/Dockerfile b/Dockerfile index 4afcf1f7a9..6c68d20128 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,10 @@ RUN apt-get update && apt-get install -y \ libpq5 \ libssl1.1 \ libsqlite3-0 \ + xmlsec1 \ + libxmlsec1-dev \ + libxmlsec1-openssl \ + pkg-config \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/*