You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/03 16:20:27 UTC

[GitHub] [arrow-datafusion] mocknen opened a new issue, #2691: Unable to build a docker image

mocknen opened a new issue, #2691:
URL: https://github.com/apache/arrow-datafusion/issues/2691

   **Describe the bug**
   
   There is a [line](https://github.com/apache/arrow-datafusion/blob/9745fc4146ade60f3c46e72c5e46bacb5e11617f/datafusion-cli/Dockerfile#L24) in the Dockerfile that attempts to copy a directory that does not exist, causing the docker image to fail to build.
   
   **To Reproduce**
   
   ```
   git clone https://github.com/apache/arrow-datafusion
   cd arrow-datafusion
   docker build -f datafusion-cli/Dockerfile .
   ```
   
   **Expected behavior**
   Succeed to build a docker image.


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] andygrove closed issue #2691: Unable to build a docker image

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #2691: Unable to build a docker image
URL: https://github.com/apache/arrow-datafusion/issues/2691


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org