Skip to content

Commit

Permalink
Error fix - try shorter path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenkaF committed Dec 8, 2021
1 parent 620c97b commit c813bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/linux-apt-docs.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN wget -q -O - https://deb.nodesource.com/setup_${node}.x | bash - && \
rm -rf /var/lib/apt/lists/* && \
npm install -g yarn

RUN pip install -r /arrow/docs/requirements.txt meson
RUN pip install -r docs/requirements.txt meson

COPY c_glib/Gemfile /arrow/c_glib/
RUN gem install --no-document bundler && \
Expand Down

0 comments on commit c813bae

Please sign in to comment.