From 550d4b9274724247898e457a996dcaf5d4d1610c Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 23 Aug 2021 18:45:54 +0200 Subject: [PATCH] add lua dependencies --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index de9ef8a..1e49a63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,6 +78,8 @@ RUN apk --no-cache add \ ssmtp \ ca-certificates \ lua \ + lua-rapidjson \ + curl \ inotify-tools RUN addgroup -g 150 dovecot