From 0f3006e1bb0e14f9e6b5f25db93392bc8296cdf9 Mon Sep 17 00:00:00 2001 From: RJ Date: Sat, 5 Aug 2023 11:42:02 +0000 Subject: [PATCH] Fix issue with hiera-eyaml-gkms encrypt/decrypt actions (#814) Co-authored-by: Rafal Jendraszak --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f83424f4..683a1923 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,7 +69,7 @@ RUN make test \ ### Final Image ### FROM alpine:${ALPINE_VERSION} as base -RUN apk add --update --no-cache ca-certificates git openssh-client ruby curl bash gnupg +RUN apk add --update --no-cache ca-certificates git openssh-client ruby curl bash gnupg gcompat RUN gem install hiera-eyaml hiera-eyaml-gkms --no-doc RUN update-ca-certificates