diff options
author | William Yeh <william.pjyeh@gmail.com> | 2016-05-30 11:46:11 +0800 |
---|---|---|
committer | William Yeh <william.pjyeh@gmail.com> | 2016-05-30 11:46:11 +0800 |
commit | f966242805e67f91bffdc5f9eb02096bb5e1f856 (patch) | |
tree | adbc4d5e7779f470dbf6e94b244ea33a9d9842d9 /mini-alpine3/apk-list | |
parent | 84d31fd8edaec467b7a22c9fcf9b0f3097539e6a (diff) | |
download | docker-ansible-f966242805e67f91bffdc5f9eb02096bb5e1f856.tar.gz docker-ansible-f966242805e67f91bffdc5f9eb02096bb5e1f856.tar.zst docker-ansible-f966242805e67f91bffdc5f9eb02096bb5e1f856.zip |
Add: new `mini` series for building minimal images from playbooks.
Diffstat (limited to 'mini-alpine3/apk-list')
-rw-r--r-- | mini-alpine3/apk-list | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mini-alpine3/apk-list b/mini-alpine3/apk-list new file mode 100644 index 0000000..eec27a4 --- /dev/null +++ b/mini-alpine3/apk-list | |||
@@ -0,0 +1,14 @@ | |||
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 | ||