aboutsummaryrefslogtreecommitdiffhomepage
path: root/mini-alpine3/apk-list
blob: 7b3f96630ee189ad0b99b9ff421586e33da701e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# packages to be installed via APK;
# lines beginning with "! " (an exclamation mark, followed by a space) will *not* be *uninstalled* afterwards.
#


# emulate normal OS behavior
sudo

# ssl
openssl ca-certificates

# python-runtime
python py-pip

# build-dependencies
python-dev libffi-dev openssl-dev build-base

# may be required by ansible-galaxy
git