You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by rk...@apache.org on 2023/02/02 18:08:52 UTC

[incubator-sdap-nexus] branch SDAP-434 updated: Temporary fix for tqdm being uninstalled in docker build

This is an automated email from the ASF dual-hosted git repository.

rkk pushed a commit to branch SDAP-434
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/SDAP-434 by this push:
     new 2f09bc3  Temporary fix for tqdm being uninstalled in docker build
2f09bc3 is described below

commit 2f09bc31bfaccac4cd893c1fa12aa6f34547e32e
Author: rileykk <ri...@jpl.nasa.gov>
AuthorDate: Thu Feb 2 10:08:15 2023 -0800

    Temporary fix for tqdm being uninstalled in docker build
---
 CHANGELOG.md                   | 9 +++++++++
 docker/nexus-webapp/Dockerfile | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2256ba7..2f1910f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [Unreleased]
+### Added
+### Changed
+### Deprecated
+### Removed
+### Fixed
+- SDAP-434: Temporary fix for conda install step in docker image build breaking conda
+### Security
+
 ## [1.0.0] - 2022-11-22
 ### Added
 - SDAP-388: Enable SDAP to proxy/redirect to alternate SDAP
diff --git a/docker/nexus-webapp/Dockerfile b/docker/nexus-webapp/Dockerfile
index 69af019..442491a 100644
--- a/docker/nexus-webapp/Dockerfile
+++ b/docker/nexus-webapp/Dockerfile
@@ -64,7 +64,7 @@ RUN apk --no-cache add wget zlib && \
 COPY docker/nexus-webapp/install_conda.sh ./install_conda.sh
 RUN /tmp/install_conda.sh 
 
-RUN conda install python=3.8
+RUN conda install python=3.8 tqdm
 
 RUN conda install mamba -y -c conda-forge