We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acdbbff + 3a9a697 commit d660247Copy full SHA for d660247
1 file changed
base-9/Dockerfile
@@ -10,9 +10,9 @@ LABEL name="lsstdm/scipipe-base:9" \
10
summary="$SUMMARY" \
11
description="$DESCRIPTION" \
12
io.k8s.description="$DESCRIPTION" \
13
- io.k8s.display-name="Rubin Observatory AlmaLinux 9 container"
+ io.k8s.display-name="Rubin Observatory AlmaLinux 9 container"
14
15
-RUN INSTALL_PKGS="git patch diffutils" && \
+RUN INSTALL_PKGS="git patch diffutils gnutls" && \
16
yum install -y --setopt=tsflags=nodocs ${INSTALL_PKGS} && \
17
rpm -V ${INSTALL_PKGS} && \
18
yum -y clean all --enablerepo='*'
0 commit comments