Skip to content

Instantly share code, notes, and snippets.

@zdravko-il
Created March 20, 2023 15:31
Show Gist options
  • Save zdravko-il/72a92a783c98aaf5f1cc1af993a583ff to your computer and use it in GitHub Desktop.
Save zdravko-il/72a92a783c98aaf5f1cc1af993a583ff to your computer and use it in GitHub Desktop.
FROM python:3.8-slim
RUN apt update && apt install zip jq curl -y
RUN curl -O https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/1.2/linux_x86_64/snowsql-1.2.24-linux_x86_64.bash && \
SNOWSQL_DEST=~/bin SNOWSQL_LOGIN_SHELL=~/.profile bash snowsql-1.2.24-linux_x86_64.bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment