Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Nov 10, 2023
1 parent 496e6b9 commit 87da891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion containers/rucio-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ADD --chown=user:user rucio.cfg.escape.j2 /opt/user/rucio.cfg.j2
# install reana-client
ENV LC_ALL=en_US.UTF-8
RUN pip install --upgrade pip
RUN pip install reana-client==0.9.1
RUN pip install reana-client

USER user
WORKDIR /home/user
Expand Down
4 changes: 2 additions & 2 deletions containers/rucio-noise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN ls -lrt

# Install CERN CA certs from CERN maintained mirrors
# This will add a `CERN-bundle.pem` file (among others) into `/etc/pki/tls/certs/`
COPY ./linuxsupport7s-stable.repo /etc/yum.repos.d/
COPY linuxsupport7s-stable.repo /etc/yum.repos.d/
RUN yum install -y CERN-CA-certs

# ESCAPE VOMS setup
Expand All @@ -46,7 +46,7 @@ RUN chmod +x /usr/bin/kubectl
WORKDIR /home

COPY produce_noise.sh requirements.txt rses.txt /home/
RUN chmod +x ./produce_noise.sh
RUN chmod +x produce_noise.sh
RUN pip install -r /home/requirements.txt

ENTRYPOINT ["/bin/bash"]
Expand Down

0 comments on commit 87da891

Please sign in to comment.