summaryrefslogtreecommitdiff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index e52f568d..b651c141 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -277,6 +277,10 @@ RUN apt-get update && apt-get install -y \
python3-unittest2 \
python3-yaml
+# Packages needed for libnss-mapuser
+RUN apt-get update && apt-get install -y \
+ libaudit-dev
+
# Install packer
RUN export LATEST="$(curl -s https://checkpoint-api.hashicorp.com/v1/check/packer | \
jq -r -M '.current_version')"; \