]> git.immae.eu Git - github/fretlink/docker-ansible.git/blob - mini-alpine3/apk-list
Add: `git` for onbuild variants; handy tools for others.
[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 # ssl
8 openssl ca-certificates
9
10 # python-runtime
11 python py-pip
12
13 # build-dependencies
14 python-dev libffi-dev openssl-dev build-base
15
16 # may be required by ansible-galaxy
17 git