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



##########
File path: ci/docker/conda-integration.dockerfile
##########
@@ -28,18 +28,19 @@ ARG go=1.15
 # Install Archery and integration dependencies
 COPY ci/conda_env_archery.txt /arrow/ci/
 RUN conda install -q \
-        --file arrow/ci/conda_env_archery.txt \
-        numpy \
-        compilers \
-        maven=${maven} \
-        nodejs=${node} \
-        yarn \
-        openjdk=${jdk} && \
+    --file arrow/ci/conda_env_archery.txt \

Review comment:
       Please restore the indentation to align with the rest of the dockerfiles.




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