diff options
author | William Yeh <william.pjyeh@gmail.com> | 2017-09-14 15:57:43 +0800 |
---|---|---|
committer | William Yeh <william.pjyeh@gmail.com> | 2017-09-14 17:56:59 +0800 |
commit | deeab1a101da6710574174dbe47199f9e8900b93 (patch) | |
tree | 95605a54ab972f9b821267be534103803fb84f2a /mini-debian9/apt-list | |
parent | 57d366d79328ee5d127d05644b108bd4f7915cdc (diff) | |
download | docker-ansible-deeab1a101da6710574174dbe47199f9e8900b93.tar.gz docker-ansible-deeab1a101da6710574174dbe47199f9e8900b93.tar.zst docker-ansible-deeab1a101da6710574174dbe47199f9e8900b93.zip |
Add: Debian 9 ("Stretch") support.
Diffstat (limited to 'mini-debian9/apt-list')
-rw-r--r-- | mini-debian9/apt-list | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mini-debian9/apt-list b/mini-debian9/apt-list new file mode 100644 index 0000000..7f23377 --- /dev/null +++ b/mini-debian9/apt-list | |||
@@ -0,0 +1,21 @@ | |||
1 | # | ||
2 | # packages to be installed via APT; | ||
3 | # lines beginning with "! " (an exclamation mark, followed by a space) will *not* be *uninstalled* afterwards. | ||
4 | # | ||
5 | |||
6 | |||
7 | # common | ||
8 | #####sudo curl gcc | ||
9 | |||
10 | # ssl | ||
11 | #####openssl ca-certificates | ||
12 | |||
13 | # python-runtime | ||
14 | python | ||
15 | #####python-pip python-yaml | ||
16 | |||
17 | # build-dependencies | ||
18 | #####python-dev libffi-dev libssl-dev | ||
19 | |||
20 | # may be required by ansible-galaxy | ||
21 | git \ No newline at end of file | ||