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 68bbf92 commit bea7cbbCopy full SHA for bea7cbb
Dockerfile
@@ -6,9 +6,9 @@ COPY --from=quay.io/bioconda/base-glibc-busybox-bash /usr/lib/locale/C.UTF-8 /us
6
# Provide system deps unconditionally until we are able to offer per-recipe installs.
7
# (Addresses, e.g., "ImportError: libGL.so.1" in tests directly invoked by conda-build.)
8
# Also install packages that have been installed historically (openssh-client).
9
-RUN yum install -y \
10
- mesa-libGL-devel \
11
- openssh-client \
+RUN yum install -y mesa-libGL-devel \
+ && \
+ yum install -y openssh-clients \
12
&& \
13
yum clean all && \
14
rm -rf /var/cache/yum/*
0 commit comments