Riley Kuttruff created SDAP-434: ----------------------------------- Summary: Nexus docker image builds suddenly failing Key: SDAP-434 URL: https://issues.apache.org/jira/browse/SDAP-434 Project: Apache Science Data Analytics Platform Issue Type: Bug Reporter: Riley Kuttruff
Appears to be due to the RUN conda install python=3.8 step in the dockerfile (/docker/nexus-webapp/Dockerfile). Close examination reveals that this uninstalls the tqdm package, which then breaks conda, blocking further steps in the dockerfile. This can be fixed by changing the line to RUN conda install python=3.8 tqdm -- This message was sent by Atlassian Jira (v8.20.10#820010)