1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

gitlab-ci: Install missing krb5-kdc package on Ubuntu/Debian

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Andreas Schneider 2019-04-29 10:51:33 +02:00 committed by Andreas Schneider
parent cf79ee15bd
commit 40f91924d6
15 changed files with 15 additions and 3 deletions

View File

@ -19,7 +19,7 @@ variables:
# Set this to the contents of bootstrap/sha1sum.txt
# which is generated by bootstrap/template.py --render
#
SAMBA_CI_CONTAINER_TAG: 14f5cb79a0fbeef9378506ecdc6881d8042736c9
SAMBA_CI_CONTAINER_TAG: a63fcd17331238531d472206e34aa24c9fc46bb1
#
# The following images are available
# Please see the samba-o3 sections at the end of this file!

View File

@ -113,7 +113,7 @@ PKGS = [
('xsltproc', 'libxslt'),
('krb5-user', ''),
('krb5-config', ''),
('', 'krb5-server'),
('krb5-kdc', 'krb5-server'),
('apt-utils', 'yum-utils'),
('pkg-config', 'pkgconfig'),
('procps', 'procps-ng'), # required for the free cmd in tests

View File

@ -33,6 +33,7 @@ apt-get -y install \
hostname \
htop \
krb5-config \
krb5-kdc \
krb5-user \
libacl1-dev \
libaio-dev \

View File

@ -22,6 +22,7 @@ packages:
- hostname
- htop
- krb5-config
- krb5-kdc
- krb5-user
- libacl1-dev
- libaio-dev

View File

@ -33,6 +33,7 @@ apt-get -y install \
hostname \
htop \
krb5-config \
krb5-kdc \
krb5-user \
libacl1-dev \
libaio-dev \

View File

@ -22,6 +22,7 @@ packages:
- hostname
- htop
- krb5-config
- krb5-kdc
- krb5-user
- libacl1-dev
- libaio-dev

View File

@ -33,6 +33,7 @@ apt-get -y install \
hostname \
htop \
krb5-config \
krb5-kdc \
krb5-user \
libacl1-dev \
libaio-dev \

View File

@ -22,6 +22,7 @@ packages:
- hostname
- htop
- krb5-config
- krb5-kdc
- krb5-user
- libacl1-dev
- libaio-dev

View File

@ -32,6 +32,7 @@ apt-get -y install \
hostname \
htop \
krb5-config \
krb5-kdc \
krb5-user \
language-pack-en \
libacl1-dev \

View File

@ -21,6 +21,7 @@ packages:
- hostname
- htop
- krb5-config
- krb5-kdc
- krb5-user
- language-pack-en
- libacl1-dev

View File

@ -32,6 +32,7 @@ apt-get -y install \
hostname \
htop \
krb5-config \
krb5-kdc \
krb5-user \
language-pack-en \
libacl1-dev \

View File

@ -21,6 +21,7 @@ packages:
- hostname
- htop
- krb5-config
- krb5-kdc
- krb5-user
- language-pack-en
- libacl1-dev

View File

@ -33,6 +33,7 @@ apt-get -y install \
hostname \
htop \
krb5-config \
krb5-kdc \
krb5-user \
language-pack-en \
libacl1-dev \

View File

@ -22,6 +22,7 @@ packages:
- hostname
- htop
- krb5-config
- krb5-kdc
- krb5-user
- language-pack-en
- libacl1-dev

View File

@ -1 +1 @@
14f5cb79a0fbeef9378506ecdc6881d8042736c9
a63fcd17331238531d472206e34aa24c9fc46bb1