Skip to content

Commit

Permalink
fix: overwrite hashicorp license
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Palazzi <sysdadmin@m1k.cloud>
  • Loading branch information
ironashram committed Jul 31, 2024
1 parent 8769c4f commit 3029402
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 @@ -43,7 +43,7 @@ RUN curl -L -o - https://github.com/vmware/govmomi/releases/download/${GOVC_VERS
# Install Terraform and Packer
RUN curl -LO https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
&& curl -LO https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip \
&& unzip '*.zip' -d /usr/local/bin \
&& unzip -o '*.zip' -d /usr/local/bin \
&& rm *.zip \
&& chmod +x /usr/local/bin/*

Expand Down

0 comments on commit 3029402

Please sign in to comment.