From 6995290f66e51ad45d1163d450b90f690810d8cc Mon Sep 17 00:00:00 2001 From: David Crespo Date: Wed, 15 Jun 2022 10:27:30 -0500 Subject: [PATCH] the obvious thing would be to use install_prereqs.sh directly, but let's try this instead --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4afcf1f7a99..2a605707735 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y \ libpq5 \ libssl1.1 \ libsqlite3-0 \ + xmlsec1 \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/*