We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2935844 commit 75cb59fCopy full SHA for 75cb59f
Dockerfile
@@ -72,7 +72,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
72
&& ACCEPT_EULA=Y apt-get install -y --no-install-recommends msodbcsql17 \
73
&& apt-get clean \
74
&& rm -rf /var/lib/apt/lists/* \
75
- && curl "$databricks_odbc_driver_url" --output /tmp/simba_odbc.zip \
+ && curl "$databricks_odbc_driver_url" --location --output /tmp/simba_odbc.zip \
76
&& chmod 600 /tmp/simba_odbc.zip \
77
&& unzip /tmp/simba_odbc.zip -d /tmp/ \
78
&& dpkg -i /tmp/SimbaSparkODBC-*/*.deb \
0 commit comments