gitlab-ci: Update for building new containers
[metze/samba-autobuild/.git] / bootstrap / generated-dists / opensuse150 / bootstrap.sh
1 #!/bin/bash
2
3 #
4 # This file is generated by 'bootstrap/template.py --render'
5 # See also bootstrap/config.py
6 #
7
8 set -xueo pipefail
9
10 zypper --non-interactive refresh
11 zypper --non-interactive update
12 zypper --non-interactive install \
13     --no-recommends \
14     system-user-nobody \
15     acl \
16     attr \
17     autoconf \
18     avahi-devel \
19     bind-utils \
20     binutils \
21     bison \
22     cups-devel \
23     curl \
24     dbus-1-devel \
25     docbook-dtds \
26     docbook-xsl-stylesheets \
27     flex \
28     gawk \
29     gcc \
30     gdb \
31     git \
32     glib2-devel \
33     glibc-locale \
34     glusterfs-devel \
35     gnutls-devel \
36     gpgme-devel \
37     gzip \
38     hostname \
39     htop \
40     keyutils-devel \
41     krb5-devel \
42     krb5-server \
43     libacl-devel \
44     libaio-devel \
45     libarchive-devel \
46     libattr-devel \
47     libblkid-devel \
48     libbsd-devel \
49     libcap-devel \
50     libcephfs-devel \
51     libicu-devel \
52     libjansson-devel \
53     libnettle-devel \
54     libnsl-devel \
55     libpcap-devel \
56     libtasn1-devel \
57     libtirpc-devel \
58     libunwind-devel \
59     libuuid-devel \
60     libxslt \
61     lmdb \
62     lmdb-devel \
63     lsb-release \
64     make \
65     ncurses-devel \
66     openldap2-devel \
67     pam-devel \
68     patch \
69     perl \
70     perl-Archive-Tar-Wrapper \
71     perl-ExtUtils-MakeMaker \
72     perl-JSON-XS \
73     perl-Parse-Yapp \
74     perl-Test-Base \
75     pkgconfig \
76     policycoreutils-python \
77     popt-devel \
78     procps \
79     psmisc \
80     python-crypto \
81     python-devel \
82     python-markdown \
83     python2-dnspython \
84     python2-gpg \
85     python2-semanage \
86     python3-Markdown \
87     python3-devel \
88     python3-dnspython \
89     python3-gpg \
90     python3-pycrypto \
91     readline-devel \
92     rng-tools \
93     rpcgen \
94     rpcsvc-proto-devel \
95     rsync \
96     sed \
97     sudo \
98     systemd-devel \
99     tar \
100     tree \
101     which \
102     xfsprogs-devel \
103     yum-utils \
104     zlib-devel
105
106 zypper --non-interactive clean
107
108 if [ -f /usr/lib/mit/bin/krb5-config ]; then
109     ln -sf /usr/lib/mit/bin/krb5-config /usr/bin/krb5-config
110 fi