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
36 lines (27 loc) · 976 Bytes
/
apk-packages.txt
File metadata and controls
36 lines (27 loc) · 976 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
36
#
# 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
# ============================================================================ #
# full mktemp needed for json tests
# full split needed for anonymize_parallel.sh
coreutils
grep
# needed for tests/test_spark* and ambari_cancel_all_requests.sh
curl
# for htpasswd for docker registry authenticated checks
apache2-utils
# for anonymize_parallel.sh
parallel
#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
zip