kszucs commented on a change in pull request #11878: URL: https://github.com/apache/arrow/pull/11878#discussion_r764767063
########## 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: Also add `!docs/requirements*.txt` after this line https://github.com/apache/arrow/blob/master/.dockerignore#L30 in order to add the requirements file to the `docker context` where the COPY statement above gets it from. We need to ignore most of the file in the .dockerignore to prevent docker cache invalidation in certain circumstances. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org