diff options
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 | ||