Skip to content

Commit

Permalink
fix ansible-base issue ... that is called ansible now: https://www.an…
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaselwanter authored Sep 21, 2022
1 parent 2939f6f commit 2060b3c
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 @@ -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
Expand Down

0 comments on commit 2060b3c

Please sign in to comment.