Skip to content

Commit

Permalink
fix: add missing terraform-docs dependency perl (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaselwanter authored Oct 27, 2022
1 parent 721e3e0 commit 09b7924
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 @@ -17,7 +17,7 @@ FROM docker.io/hashicorp/terraform:$TERRAFORM_VERSION as tf


# hadolint ignore=DL3018
RUN apk add --no-cache aws-cli bash git jq curl gettext ruby-dev ruby-bundler make gcc g++ libc-dev ansible musl-dev python3-dev py3-pip py3-ruamel.yaml py3-tomli libffi-dev openssl-dev cargo
RUN apk add --no-cache perl aws-cli bash git jq curl gettext ruby-dev ruby-bundler make gcc g++ libc-dev ansible musl-dev python3-dev py3-pip py3-ruamel.yaml py3-tomli 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 09b7924

Please sign in to comment.