summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--engine-d-standalone/src/main/assembly/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine-d-standalone/src/main/assembly/Dockerfile b/engine-d-standalone/src/main/assembly/Dockerfile
index a399b85..f4803e0 100644
--- a/engine-d-standalone/src/main/assembly/Dockerfile
+++ b/engine-d-standalone/src/main/assembly/Dockerfile
@@ -35,6 +35,7 @@ RUN apk upgrade \
&& apk add --no-cache curl \
&& apk add --no-cache wget \
&& apk add --no-cache postgresql-client=10.5-r0
+ && apk add --no-cache nss
#switch the user to holmes
RUN addgroup -S holmes && adduser -S -G holmes holmes