diff options
author | William Yeh <william.pjyeh@gmail.com> | 2016-06-02 16:07:46 +0800 |
---|---|---|
committer | William Yeh <william.pjyeh@gmail.com> | 2016-06-02 16:07:46 +0800 |
commit | 042ddec8383b0755e60bb01dc93ae3378374b637 (patch) | |
tree | 2bf2051dbe6a8143a981528297b6a462c4a2cb37 /mini-debian8/apt-list | |
parent | f966242805e67f91bffdc5f9eb02096bb5e1f856 (diff) | |
download | docker-ansible-042ddec8383b0755e60bb01dc93ae3378374b637.tar.gz docker-ansible-042ddec8383b0755e60bb01dc93ae3378374b637.tar.zst docker-ansible-042ddec8383b0755e60bb01dc93ae3378374b637.zip |
Add: `mini-debian8` tag.
Diffstat (limited to 'mini-debian8/apt-list')
-rw-r--r-- | mini-debian8/apt-list | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mini-debian8/apt-list b/mini-debian8/apt-list new file mode 100644 index 0000000..635e7d5 --- /dev/null +++ b/mini-debian8/apt-list | |||
@@ -0,0 +1,18 @@ | |||
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 \ No newline at end of file | ||