]> git.immae.eu Git - github/fretlink/docker-ansible.git/blame - mini-alpine3/apk-list
debian9: use "slim" version of debian image
[github/fretlink/docker-ansible.git] / mini-alpine3 / apk-list
CommitLineData
f9662428
WY
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
091f78b5
WY
7# emulate normal OS behavior
8sudo
9
f9662428
WY
10# ssl
11openssl ca-certificates
12
13# python-runtime
14python py-pip
15
16# build-dependencies
17python-dev libffi-dev openssl-dev build-base
b1f3718d
WY
18
19# may be required by ansible-galaxy
20git