Skip to content

Commit

Permalink
test python pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Aug 13, 2024
1 parent 402c3f8 commit 4ee1613
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion containers/rucio-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN dnf upgrade -y \

# install useful tools
RUN dnf -y install git htop wget
RUN python3 -m pip install --upgrade pip

# EGI trust anchors
RUN curl -Lo /etc/yum.repos.d/egi-trustanchors.repo https://repository.egi.eu/sw/production/cas/1/current/repo-files/egi-trustanchors.repo \
Expand All @@ -42,6 +41,11 @@ RUN mkdir -p /etc/vomses \

# install reana-client
ENV LC_ALL=en_US.UTF-8

USER user
RUN python3 -m pip install --upgrade pip

USER root
RUN python3 -m pip install reana-client==0.9.3

USER user
Expand Down

0 comments on commit 4ee1613

Please sign in to comment.