Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 committed Aug 24, 2024
1 parent dce802f commit 066a71b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN curl -L "https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PA
# Install TFE_helper in /usr/local/tf-helper/bin
ARG TFHELPER_VERSION=release
RUN mkdir -p /usr/local/tf-helper/bin && \
if [ -d "/usr/local/tf-helper" ]; then rm -rf /usr/local/tf-helper; fi && \
git clone -b ${TFHELPER_VERSION} https://github.com/hashicorp-community/tf-helper.git /usr/local/tf-helper && \
ln -s /usr/local/tf-helper/tfh/bin/tfh /usr/local/tf-helper/bin/tfh

Expand Down

0 comments on commit 066a71b

Please sign in to comment.