From 2060b3ce6dfb1a087f9248135d8bfa6faea1b9b3 Mon Sep 17 00:00:00 2001 From: Edmund Haselwanter Date: Wed, 21 Sep 2022 16:15:54 +0200 Subject: [PATCH] fix ansible-base issue ... that is called ansible now: https://www.ansiblepilot.com/articles/ansible-terminology-ansible-vs-ansible-core-packages/ --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c29b026..f7f535e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ FROM docker.io/mikefarah/yq:$YQ_VERSION as yq FROM docker.io/hashicorp/packer:$PACKER_VERSION -RUN apk add --no-cache aws-cli bash jq curl gettext ruby-dev ruby-bundler make gcc g++ libc-dev ansible-base musl-dev python3-dev py3-pip libffi-dev openssl-dev cargo +RUN apk add --no-cache aws-cli bash jq curl gettext ruby-dev ruby-bundler make gcc g++ libc-dev ansible musl-dev python3-dev py3-pip libffi-dev openssl-dev cargo COPY --from=yq /usr/bin/yq /usr/local/bin/yq COPY --from=mondoo /usr/local/bin/mondoo /usr/local/bin/mondoo