Skip to content

Commit

Permalink
Fix issue with hiera-eyaml-gkms encrypt/decrypt actions (#814)
Browse files Browse the repository at this point in the history
Co-authored-by: Rafal Jendraszak <[email protected]>
  • Loading branch information
RJ and Rafal Jendraszak authored Aug 5, 2023
1 parent df4f2d8 commit 0f3006e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0f3006e

Please sign in to comment.