Skip to content

Commit

Permalink
feat: add pre-commit and bump versions (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaselwanter authored Oct 26, 2022
1 parent cc24927 commit 9d4f0f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG TERRAFORM_VERSION=1.2.9
ARG MONDOO_VERSION=6.15.0
ARG TERRAFORM_VERSION=1.3.3
ARG MONDOO_VERSION=7.1.0
ARG PACKER_VERSION=1.8.3
ARG YQ_VERSION=4.27.5

Expand All @@ -11,13 +11,13 @@ FROM docker.io/mikefarah/yq:$YQ_VERSION as yq
FROM docker.io/hashicorp/packer:$PACKER_VERSION

# hadolint ignore=DL3018
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
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

COPY --from=yq /usr/bin/yq /usr/local/bin/yq
COPY --from=mondoo /usr/local/bin/mondoo /usr/local/bin/mondoo
COPY --from=tf /bin/terraform /usr/local/bin/terraform

# hadolint ignore=DL3013
RUN pip3 install --no-cache-dir azure-cli
RUN pip3 install --no-cache-dir azure-cli pre-commit

ENTRYPOINT ["/bin/bash"]

0 comments on commit 9d4f0f0

Please sign in to comment.