forked from HariSekhon/DevOps-Python-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapk-packages.txt
More file actions
executable file
·35 lines (29 loc) · 944 Bytes
/
Copy pathapk-packages.txt
File metadata and controls
executable file
·35 lines (29 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#
# Author: Hari Sekhon
# Date: 2013-02-03 10:25:36 +0000 (Sun, 03 Feb 2013)
#
# https://github.com/harisekhon/devops-python-tools
#
# License: see accompanying LICENSE file
#
# https://www.linkedin.com/in/harisekhon
#
# ============================================================================ #
# Alpine Package Requirements
# ============================================================================ #
bash
# without this arguments to mktemp fail in json tests
coreutils
git
grep
make
py2-pip
python
snappy-dev
# needed for tests/test_spark* and ambari_cancel_all_requests.sh
curl
# for htpasswd for docker registry authenticated checks
apache2-utils
#which java || $(SUDO) apk add openjdk8-jre-base
# Spark Java Py4J gets java linking error without this
#if [ -f /lib/libc.musl-x86_64.so.1 ]; then [ -e /lib/ld-linux-x86-64.so.2 ] || ln -sv /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2; fi