Skip to content

Commit 62476c3

Browse files
authored
Merge pull request #200 from splunk/bugfix/buster-s390x
Bugfix/buster s390x
2 parents 1c4e724 + 0979102 commit 62476c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/debian-10/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ln -sf /usr/share/zoneinfo/UTC /etc/localtime
3131
apt update
3232

3333
# put back tools for customer support
34-
apt-get install -y --no-install-recommends curl sudo libgssapi-krb5-2 busybox procps acl
34+
apt-get install -y --no-install-recommends curl sudo libgssapi-krb5-2 busybox procps acl gcc libssl-dev libffi-dev python2-dev
3535
apt-get install -y --no-install-recommends python-pip python-setuptools python-requests python-yaml
3636
pip --no-cache-dir install ansible
3737

0 commit comments

Comments
 (0)