You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sdap.apache.org by "Riley Kuttruff (Jira)" <ji...@apache.org> on 2023/01/20 22:45:00 UTC

[jira] [Created] (SDAP-434) Nexus docker image builds suddenly failing

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)