From 8d8ed981364bb463effb575cd3b519668527496a Mon Sep 17 00:00:00 2001 From: Guilherme Pim Date: Fri, 22 Jul 2022 17:55:38 -0300 Subject: [PATCH] adding xmlsec1 to auth dependenci --- st2auth/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/st2auth/Dockerfile b/st2auth/Dockerfile index 38112dd4..9cdf99cd 100644 --- a/st2auth/Dockerfile +++ b/st2auth/Dockerfile @@ -2,6 +2,9 @@ ARG ST2_VERSION FROM stackstorm/st2:${ST2_VERSION} LABEL com.stackstorm.component="st2auth" + +RUN apt-get install -y xmlsec1 + USER st2 VOLUME ["/etc/st2/keys", "/opt/stackstorm/rbac"]