From 775077c8592bf8080146438b153cf9b1140390af Mon Sep 17 00:00:00 2001 From: 99 Date: Thu, 18 Nov 2021 08:36:59 -0800 Subject: [PATCH] add dumb-init package to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 38a244876..8d5931e91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ LABEL org.opencontainers.image.authors="Consul Team " \ org.opencontainers.image.title="consul" \ org.opencontainers.image.description="Consul is a datacenter runtime that provides service discovery, configuration, and orchestration." +RUN apk add --no-cache dumb-init # Create a consul user and group first so the IDs get set the same way, even as # the rest of this may change over time. RUN addgroup $BIN_NAME && \