Skip to content

Commit

Permalink
add htpasswd and mysql client to tooling (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dare Olufunmilayo authored Dec 4, 2023
1 parent 1974df4 commit b7745c1
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 @@ -19,7 +19,7 @@ COPY .tflint.hcl.source /root/
ENV PATH "/opt/.tfenv/bin:$PATH"
SHELL ["/bin/bash", "-c"]
RUN apt-get update \
&& apt-get install -y curl wget make gettext unzip git jq dateutils \
&& apt-get install -y curl wget make gettext unzip git jq dateutils apache2-utils mysql-client \
&& git clone --single-branch https://github.com/tfutils/tfenv.git /opt/.tfenv \
&& wget https://github.com/terraform-linters/tflint/releases/download/v${TFLINT_VERSION}/tflint_${PLATFORM}.zip \
&& wget https://github.com/terraform-linters/tflint/releases/download/v${TFLINT_VERSION}/checksums.txt \
Expand Down

0 comments on commit b7745c1

Please sign in to comment.