summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-15 22:53:19 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-08-15 22:53:19 -0400
commit1ebdb6f2034af941f989064a63b3a85d0a51074b (patch)
tree3890c87e6ae16fdb3f2b9d1505a1e79abbe86937 /ci
parent8ea666b244880185593195f45718d6e9dc703f22 (diff)
downloadlibgit2-1ebdb6f2034af941f989064a63b3a85d0a51074b.tar.gz
ci: update centos7 and centos8 build
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/centos84
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/docker/centos8 b/ci/docker/centos8
index 0414838d1..fe059a1b7 100644
--- a/ci/docker/centos8
+++ b/ci/docker/centos8
@@ -12,7 +12,9 @@ RUN yum install -y \
git-daemon \
java-1.8.0-openjdk-headless \
sudo \
- python39
+ python39 \
+ krb5-workstation \
+ krb5-libs
FROM yum AS libssh2
RUN cd /tmp && \