Skip to content

Commit

Permalink
Change TMPDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed Dec 19, 2023
1 parent b2fbbde commit 03fa284
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG SNOWFLAKE_ODBC_GPG_KEY=630D9F3CAB551AF3
ARG SNOWFLAKE_SNOWSQL_GPG_KEY=EC218558EABB25A1
ENV COMPOSER_ALLOW_SUPERUSER=1
ENV DEBIAN_FRONTEND noninteractive
ENV TMPDIR=/opt/snowsqltempdir

RUN mkdir -p /opt/snowsqltempdir

# Install Dependencies
RUN apt-get update \
Expand Down

0 comments on commit 03fa284

Please sign in to comment.