kszucs commented on a change in pull request #11878:
URL: https://github.com/apache/arrow/pull/11878#discussion_r764764949



##########
File path: ci/docker/linux-apt-docs.dockerfile
##########
@@ -74,13 +74,7 @@ RUN wget -q -O - https://deb.nodesource.com/setup_${node}.x 
| bash - && \
     rm -rf /var/lib/apt/lists/* && \
     npm install -g yarn
 

Review comment:
       Need to add the copy statement so the image layer has the requirements 
file at build time:
   
   ```
   COPY docs/requirements.txt /arrow/docs/
   RUN pip install -r docs/requirements.txt meson
   ```




-- 
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]


Reply via email to