]> git.immae.eu Git - github/fretlink/docker-ansible.git/blob - mini-alpine3/apk-list
debian9: use "slim" version of debian image
[github/fretlink/docker-ansible.git] / mini-alpine3 / apk-list
1 #
2 # packages to be installed via APK;
3 # lines beginning with "! " (an exclamation mark, followed by a space) will *not* be *uninstalled* afterwards.
4 #
5
6
7 # emulate normal OS behavior
8 sudo
9
10 # ssl
11 openssl ca-certificates
12
13 # python-runtime
14 python py-pip
15
16 # build-dependencies
17 python-dev libffi-dev openssl-dev build-base
18
19 # may be required by ansible-galaxy
20 git