From 3e18c4ad25ffe9bc9402378cda2a4516cd8e145f Mon Sep 17 00:00:00 2001 From: Benji Vesterby Date: Thu, 27 Jun 2024 17:43:47 -0400 Subject: [PATCH] changes --- 0.X/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/0.X/Dockerfile b/0.X/Dockerfile index 61082bb..863e7e0 100644 --- a/0.X/Dockerfile +++ b/0.X/Dockerfile @@ -3,6 +3,8 @@ FROM alpine:latest # This is the release of Vault to pull in. ARG VAULT_VERSION=1.17.1 +ENV SKIP_SETCAP=1 + # Create a vault user and group first so the IDs get set the same way, # even as the rest of this may change over time. RUN addgroup vault && \