[
https://issues.apache.org/jira/browse/SDAP-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nga Thien Chung updated SDAP-434:
---------------------------------
Resolution: Fixed
Status: Done (was: To Do)
> 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
> Priority: Critical
>
> 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)