Skip to content

Commit d660247

Browse files
authored
Merge pull request #7 from lsst-dm/tickets/DM-52838
DM-52838: Patch gnutls
2 parents acdbbff + 3a9a697 commit d660247

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

base-9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ LABEL name="lsstdm/scipipe-base:9" \
1010
summary="$SUMMARY" \
1111
description="$DESCRIPTION" \
1212
io.k8s.description="$DESCRIPTION" \
13-
io.k8s.display-name="Rubin Observatory AlmaLinux 9 container"
13+
io.k8s.display-name="Rubin Observatory AlmaLinux 9 container"
1414

15-
RUN INSTALL_PKGS="git patch diffutils" && \
15+
RUN INSTALL_PKGS="git patch diffutils gnutls" && \
1616
yum install -y --setopt=tsflags=nodocs ${INSTALL_PKGS} && \
1717
rpm -V ${INSTALL_PKGS} && \
1818
yum -y clean all --enablerepo='*'

0 commit comments

Comments
 (0)