Skip to content

Commit

Permalink
Delete hashicorp licences
Browse files Browse the repository at this point in the history
  • Loading branch information
sjauld committed Apr 30, 2024
1 parent 077f7e3 commit 4701e2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ RUN \
&& unzip terraform.zip \
&& mv terraform /usr/local/bin/terraform \
&& chmod +x /usr/local/bin/terraform \
&& rm LICENSE.txt \
&& rm terraform.zip \
&& curl https://releases.hashicorp.com/packer/"$PACKER_VERSION"/packer_"$PACKER_VERSION"_linux_amd64.zip \
-o packer.zip \
&& unzip packer.zip \
&& mv packer /usr/local/bin/packer \
&& chmod +x /usr/local/bin/packer \
&& rm packer.zip \
&& rm LICENSE.txt \
&& wget -q "https://sfc-repo.snowflakecomputing.com/odbc/linux/latest/snowflake-odbc-${SNOWFLAKE_DRIVER_VERSION}.x86_64.deb" \
&& dpkg -i "snowflake-odbc-${SNOWFLAKE_DRIVER_VERSION}.x86_64.deb" \
&& rm "snowflake-odbc-${SNOWFLAKE_DRIVER_VERSION}.x86_64.deb" \
Expand Down

0 comments on commit 4701e2d

Please sign in to comment.