We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04881ed commit fa3dbb0Copy full SHA for fa3dbb0
conda/Dockerfile
@@ -7,6 +7,7 @@ ENV LANG en_US.UTF-8
7
ENV LANGUAGE en_US.UTF-8
8
9
ARG DEVTOOLSET_VERSION=9
10
+RUN yum update -y
11
RUN yum install -y wget curl perl util-linux xz bzip2 git patch which unzip
12
# Just add everything as a safe.directory for git since these will be used in multiple places with git
13
RUN git config --global --add safe.directory '*'
0 commit comments