From bdabd10d4dfc100782d2630f2c4180c7cbca1394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=A2ne=20Pichou?= Date: Thu, 18 Jan 2018 19:06:48 +0100 Subject: [PATCH] Add xmlsec1 package (#226) Closes #225 --- app/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Dockerfile b/app/Dockerfile index 05c0810..df4ac77 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -14,6 +14,7 @@ RUN apt-get update \ jq \ netcat \ ca-certificates \ + xmlsec1 \ && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin # Get Mattermost