Skip to content

Commit 75cb59f

Browse files
authored
Databricks ODBC Driver: follow redirects (#5814)
Use curl --location
1 parent 2935844 commit 75cb59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
7272
&& ACCEPT_EULA=Y apt-get install -y --no-install-recommends msodbcsql17 \
7373
&& apt-get clean \
7474
&& rm -rf /var/lib/apt/lists/* \
75-
&& curl "$databricks_odbc_driver_url" --output /tmp/simba_odbc.zip \
75+
&& curl "$databricks_odbc_driver_url" --location --output /tmp/simba_odbc.zip \
7676
&& chmod 600 /tmp/simba_odbc.zip \
7777
&& unzip /tmp/simba_odbc.zip -d /tmp/ \
7878
&& dpkg -i /tmp/SimbaSparkODBC-*/*.deb \

0 commit comments

Comments
 (0)