alinaliBQ commented on issue #49463: URL: https://github.com/apache/arrow/issues/49463#issuecomment-4014793856
Yes that's right, only `unixodbc-dev` needs to be installed and then ODBC can be built. Thanks for the tip, I will look into re-using existing docker files with `archery docker run -e`. Can I add install `unixodbc-dev` to existing Dockerfile (even though it might not be used with ODBC not enabled)? I have looked into installing `unixodbc-dev` in workflow but both attempts have failed: - `archery docker run ubuntu-cpp bash -c 'apt-get update -y -q && apt-get install -y -q --no-install-recommends unixodbc unixodbc-dev'` - `archery docker run ubuntu-cpp "bash -c apt-get update -y -q && apt-get install -y -q --no-install-recommends unixodbc unixodbc-dev"` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
