Skip to content

Commit

Permalink
Update centos 7 docker libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Mar 12, 2024
1 parent 9b0d3f9 commit bdf8550
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8

ARG DEVTOOLSET_VERSION=9
RUN rpm -q nss
RUN yum update -y
RUN rpm -q nss
RUN yum install -y wget curl perl util-linux xz bzip2 git patch which unzip
# Just add everything as a safe.directory for git since these will be used in multiple places with git
RUN git config --global --add safe.directory '*'
Expand Down

0 comments on commit bdf8550

Please sign in to comment.