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
39 lines (29 loc) · 1.04 KB
/
apk-packages.txt
File metadata and controls
39 lines (29 loc) · 1.04 KB
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
37
38
39
#
# 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
# ============================================================================ #
# 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
# =====================================
# installed by bash-tools submodule now
# full mktemp needed for json tests
# full split needed for anonymize_parallel.sh
#coreutils
# needed for tests/test_spark* and ambari_cancel_all_requests.sh
#curl
#grep
# for anonymize_parallel.sh
#parallel
#zip