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"]